# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.Python
build/
dist/
*.egg
.pytest_cache/
.coverage
htmlcov/
.tox/
.mypy_cache/
.ruff_cache/

# Virtualenvs
.venv/
venv/
env/

# Editor
.vscode/
.idea/
*.swp
.DS_Store

# Local working context (never published)
context/

# Output
report.json
report.sarif
scan-*.json
*.log
