__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
*.db
.env
*.log
.claude/*
!.claude/commands/
!.claude/rules/
!.claude/settings.json

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Images (screenshots, drafts)
*.png
*.avif

# Internal docs
GEMINI_*.md
LAUNCH_CONTENT.md
MONETISATION_PLAN.md
PRODUCT_HUNT_DRAFT.md
SHOW_HN_DRAFT.md
marketing/

# Scripts (internal)
send_*.py
reply_*.py
seed_social_proof.py
purge_seeded_data.py

# Tokens / secrets
.mcpregistry_*
*.mcpregistry*
PyPI*

# Paid features (kept locally, not on public GitHub)
src/indiestack/payments.py
src/indiestack/routes/pricing.py
src/indiestack/routes/purchase.py
src/indiestack/routes/stacks.py
src/indiestack/routes/verify.py

# Strategy & internal docs
docs/plans/
docs/founders-questionnaire*.md
.planning/
VISION.md
ROADMAP.md
ARCHITECTURE.md
drafts/
MINDMAP.md
SYSTEM-OVERVIEW.md
26th-march-research/

# Memory (sprint notes, decisions, outreach drafts)
memory/

# Orchestra internal state (meetings, CEO memory, Ed content, briefings)
.orchestra/meetings/
.orchestra/ceo/memory/
.orchestra/ceo/state.md
.orchestra/departments/content/ed-*
.orchestra/departments/content/*outreach*
.orchestra/departments/content/*leads*
.orchestra/departments/*/briefing.md
.orchestra/departments/*/memory.md

# Database backups
backups/

# Large binaries
*.jpeg
*.mp4
*.JPG
.claude/settings.local.json
.claude/commands/hub.md
.rag/

# Worktrees
.worktrees/

# Orchestra runtime output (logs, history, agent memory, reactive state)
.orchestra/logs/
.orchestra/history/
.orchestra/memory/*.md
!.orchestra/memory/playbook.md
.orchestra/reactor_state.json
.orchestra/pattern_state.json
.orchestra/directives/pending/
.orchestra/directives/done/
.orchestra/conway/

# Ed-specific and revenue strategy skills
.orchestra/master/skills/ed-*.md
.orchestra/master/skills/first-revenue.md
.orchestra/master/skills/outreach-batch.md

# Content marketing drafts
.orchestra/departments/content/demo-video-script.md
.orchestra/departments/content/devto-*.md
.orchestra/departments/content/dsp-*.md
.orchestra/departments/content/mcp-directory-submissions.md
