/.idea/
/.vscode/
/dist/
dist
.git
.cache
**/.pytest_cache
models
log
**/__pycache__/
*.pyc
**/test-reports
**/.passwd-pypi
**/.env
**/results.xml

# Specific
.idea/
.groovylintrc.json
.emailNotif
uv.lock

# SBOMs
**/sbom*.json
**/trivy*.html
**/audit*.json
# Le rapport lisible que py:vuln-report ecrit (AUDIT_REPORT). Ajoute apres les
# regles ci-dessus, il n'etait couvert par aucune : les huit depots ont donc un
# audit-report.md non suivi qui traine apres chaque 'task'. Meme correctif a y
# porter -- c'est du ressort de check-plugin-drift.
**/audit*.md
