Kazeia-central/.gitignore

18 lines
217 B
Plaintext

__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