fix: .gitignore — exclure PDFs, XLS, .claude/

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
dom
2026-02-12 13:46:17 +01:00
parent a58398f5d4
commit 0ea49e675f

13
.gitignore vendored
View File

@@ -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/