.env
.env.*
!.env.example
.venv/
__pycache__/
*.py[cod]
*.egg-info/
.coverage
coverage.xml
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/
build/
dist/
reports/*.json
reports/*.jsonl
reports/*.sarif
!reports/*.xml
data/
*.log
