__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
dist/
build/
.pytest_cache/
.ruff_cache/

# Données opérateur — JAMAIS commitées (PII clinique, secrets)
/data/
*.ndjson
*.ndjson.enc
*.sqlcipher
secrets.toml
.env
