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

# Database
*.db

# Reports (may contain redacted findings — never commit)
reports/
report.html

# Sessions
.session/

# IDE / config
.opencode/

# Scope config (local overrides)
scope.yaml

# Environment
.env
.venv/
venv/
