- 11 tests unitaires : TestAliasAndConclusionBonus (7) + TestTrackareSymptomGuard (4) - Tests e2e sur PDFs réels (skip si absent) : méningite A87.0 + DLBCL C83.3 top1 - Gold CRH enrichi : 5 cas (2 réels ajoutés : 115_23066188, 132_23080179) - Benchmark synthese : récupération conclusion depuis source_excerpt des DAS/traitements - .gitignore : protection anti-PHI (real_crh_pdfs/, data/crh_samples/*.pdf) - docs/PHI_POLICY.md : 7 règles de sécurité PHI - Rapports debug : case 132 REVIEW (garde-fou actif), top errors, DIM pack 1043 tests passent, 0 régression. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
29 lines
362 B
Plaintext
29 lines
362 B
Plaintext
# 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/
|