# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
dist/
build/

# Environment
.env
.env.*
!.env.example

# Database
*.db
*.sqlite3
instance/

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Flask
*.log
.worktrees/

# Internal/private strategy files — must live in mneme-internal repo
/private/
/internal/
/strategy/
/gtm/
/competitors/
/investor-notes/
/customer-notes/
*.private.md
*.internal.md

# Local-only Mneme memory (canonical .mneme/project_memory.json IS tracked)
.mneme/private*
.mneme/*.local.json
.mneme/secrets*

# Working / scratch files (ADR-003 — not for deploy, not tracked)
theovalmis_index.html
why-i-built-mneme.html
scratch/

# Stale processed assets in site root (logo-v2.png is tracked; logo.png is the old dark variant)
site/logo.png

# Internal session memory
.claude/

# Screenshots and generated visuals
screenshots/
case studies/

# Tools / internal MCP servers (ADR-002 — private repo only)
tools/

# Internal planning docs (ADR-002 — private repo only)
docs/plans/
