# 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

# PDFs réels (PHI potentiel — JAMAIS committer)
real_crh_pdfs/
data/crh_samples/*.pdf
tests/resources/real_crh/*.pdf

# Configuration locale
.env

# IDE / outils
.claude/
