/.idea/
/.vscode/
/dist/
dist
.git
.cache
**/.pytest_cache
models
log
**/__pycache__/
*.pyc
**/test-reports
**/.passwd-pypi
**/.env
**/results.xml
.groovylintrc.json
.emailNotif
uv.lock
docs/_build/

# SBOMs
**/sbom*.json
**/trivy*.html
**/audit*.json
# Le rapport lisible que py:vuln-report ecrit (AUDIT_REPORT, defaut
# audit-report.md). La regle '**/audit*.json' ci-dessus ne le couvre pas :
# chaque 'task' laissait donc un audit-report.md non suivi.
**/audit*.md
