# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
*.egg

# Virtual environments
.venv/
venv/
env/

# Test / coverage artifacts
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
coverage/

# Type checking / linting caches
.mypy_cache/
.ruff_cache/

# Tooling / editor
.tox/
.idea/
.vscode/
*.swp

# OS
.DS_Store

# Orchestrator outputs
report.md
report.sarif
*.sbom.json
