# Python
.venv/
__pycache__/
*.pyc
*.egg-info/
.pytest_cache/
.hypothesis/

# Données générées
output/
input/
data/

# Référentiels (volumineux, non versionnés)
*.pdf
*.xls
*.xlsx

# IDE / outils
.claude/
