# MemPalace vector DB (binary, machine-local — regenerate with `mempalace mine .`)
.mempalace/

# Graphify cache (regenerated from source; keep graph.json + GRAPH_REPORT.md tracked)
graphify-out/cache/

# Env & secrets
.env
.env.*
!.env.example

# Dependencies / build
node_modules/
dist/
build/
__pycache__/
*.pyc
.venv/

# Brainstorming visual companion sessions
.superpowers/

# Scraped pages
.firecrawl/

# OS / editor
.DS_Store
*.swp

# claude-mem context droppings — must not leak into benchmark task dirs
benchmark/**/CLAUDE.local.md

# cotal runtime state — never commit (credentials + logs)
.cotal/auth/
.cotal/nats/
.cotal/*.creds
.cotal/*.log
.cotal/membership.json
