fix: .gitignore — exclure PDFs, XLS, .claude/
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
13
.gitignore
vendored
13
.gitignore
vendored
@@ -1,9 +1,20 @@
|
|||||||
|
# Python
|
||||||
.venv/
|
.venv/
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.pyc
|
*.pyc
|
||||||
|
*.egg-info/
|
||||||
.pytest_cache/
|
.pytest_cache/
|
||||||
.hypothesis/
|
.hypothesis/
|
||||||
|
|
||||||
|
# Données générées
|
||||||
output/
|
output/
|
||||||
input/
|
input/
|
||||||
*.egg-info/
|
|
||||||
data/
|
data/
|
||||||
|
|
||||||
|
# Référentiels (volumineux, non versionnés)
|
||||||
|
*.pdf
|
||||||
|
*.xls
|
||||||
|
*.xlsx
|
||||||
|
|
||||||
|
# IDE / outils
|
||||||
|
.claude/
|
||||||
|
|||||||
Reference in New Issue
Block a user