# --- Undercover: local-only meta, never committed ---
archive/
docs/
CLAUDE.md
MEMORY.md
AGENTS.md
GEMINI.md
.claude/
.cursor/
.aider*
*.local.md

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

# --- Virtual envs ---
.venv/
venv/
env/
ENV/

# --- Tooling caches ---
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.tox/
.nox/

# --- Brainstorm / scratch ---
.superpowers/

# --- Frontend (built bundle is produced by the packaging build hook) ---
frontend/node_modules/
frontend/dist/
src/argus/dashboard/static/assets/
src/argus/dashboard/static/nimble/

# --- IDE / OS ---
.idea/
.vscode/
*.swp
.DS_Store
Thumbs.db

# --- Env / secrets ---
.env
.env.*
!.env.example
