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

# Virtual environments
.venv/
venv/
env/

# uv
.python-version

# Test / tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# auditor's generated index/cache now lives in the global home (~/.auditor or
# $AUDITOR_HOME), not in-repo. Local plugins stay untrusted local-only.
.auditor/plugins/
# generated status-cache the plugin's status line reads; constantly rewritten, never committed
.auditor/.status.json

# Audit output
AUDIT.md
.audit/

# Node (graph UI build deps — never committed or packaged)
node_modules/

# Agent / session scratch (worktrees, SDD ledgers) — not source, must not ship
.claude/
.superpowers/

# Editors / OS
.idea/
.vscode/
*.swp
.DS_Store
