# ── Python / uv ────────────────────────────────────────────────────────
__pycache__/
*.py[cod]
*.egg-info/
*.egg
*.so
dist/
build/
.eggs/
.venv/
.env
.env.*
!.env.example
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# ── Node / pnpm ────────────────────────────────────────────────────────
node_modules/
.pnpm-store/
.pnpm-debug.log*

# ── Next.js ────────────────────────────────────────────────────────────
.next/
out/
.vercel/

# ── VS Code extension ──────────────────────────────────────────────────
apps/vscode-extension/out/
apps/vscode-extension/*.vsix

# ── Backend build artifact ─────────────────────────────────────────────
apps/backend/dist/

# ── Docker / compose runtime ───────────────────────────────────────────
.docker-data/

# ── OS / editor ────────────────────────────────────────────────────────
.DS_Store
Thumbs.db
*.swp
.idea/
.vscode/
!.vscode/extensions.json

# ── Claude Code session state (local-only) ────────────────────────────
.claude/
TEST-SESSION-PROMPT.md

# ── Cloudflare Pages / Wrangler ────────────────────────────────────────
.wrangler/

# Strategic / proprietary docs — moved to sagewai/atelier (private)
# DO NOT re-introduce these paths to sagewai/platform.
docs/superpowers/
docs/vision/
docs/v1.1-roadmap.md
docs/positioning/canonical-lines.md

# Superpowers brainstorm/skill local state
.superpowers/

# Fine-tune intermediates (mlx-tune / mlx_lm drop fused_model/ next to cwd
# as a side-effect of save_pretrained_gguf; multi-GB safetensors blobs).
fused_model/
**/fused_model/
