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

# Tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
coverage.xml

# Argus output
.argus/
argus-report.*
*.sarif

# Benchmarks: cloned corpora are throwaway; results/ IS tracked (published numbers)
benchmarks/.corpora/

# Internal working documents (strategy, launch drafts) — never publish
docs/internal/
docs/*.docx

# Environment / secrets
.env
.env.*
!.env.example

# Editors / OS / local tooling state
.claude/
.idea/
.vscode/
.DS_Store
Thumbs.db
