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

# Node
node_modules/
viewer/dist/

# IDE
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Reports (generated output)
infracanvas-report.json
infracanvas-report.html
infracanvas-score.html
*-score.html
*-report.html
.coverage

# Virtual environments (numbered)
.venv*/

# Claude Code session data
.claude/

# Env
.env
.env.local

# Build
*.tsbuildinfo
.gstack/

# Graphify outputs
.planning/graphs/
graphify-out/

# uv lockfile (project uses pip+hatchling)
uv.lock

# dashboard
dashboard/.next/
dashboard/node_modules/
dashboard/.env.local
.superpowers/
landing/next-env.d.ts
