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

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Editor / OS
.DS_Store
.idea/
.vscode/

# Local outputs
*.sarif
aa-report.md
docs/.frames/
