.idea
*.pyc
/build
.venv
src/python/build
src/python/site
htmlcov/
.coverage
node_modules/
__pycache__/
src/python/.pytest_cache/
src/python/htmlcov/
src/angular/dist/
.DS_Store
.pytest_cache/
.ruff_cache/

# SSH private keys
id_rsa
*.pem
# AI tooling (local only)
.agents/
.aidesigner/*
!.aidesigner/.gitkeep
.claude/
.mcp.json
.orchestrator.json
.playwright-mcp/
.planning/tmp/
# GSD auto-checkpoint files — regenerated by the auto-postool hook; ignore at any depth
**/HANDOFF.json
docs/superpowers/
shield-claude-skill/

# ── GSD baseline (auto-generated) ──
.gsd
.gsd-id
.bg-shell/
Thumbs.db
*.swp
*.swo
*~
.idea/
.vscode/
*.code-workspace
.env
.env.*
!.env.example
.next/
dist/
build/
.venv/
venv/
target/
vendor/
*.log
coverage/
.cache/
tmp/

# TuringMind code-review working state (state files + run snapshots).
# REVIEW.md from --finalize is the only artifact meant to be committed (copy it elsewhere).
.turingmind/
