# Secrets and sensitive files
.mcp.json
.env
.env.*

# Local configuration
*.local.md
# Real voice profile is personal data — adopters keep theirs local; the tracked
# authentic-voice-samples.md ships as a sentinel placeholder. (Already matched by
# *.local.md above; listed explicitly so the intent is unmissable.)
assets/voice-samples/authentic-voice-samples.local.md

# Session state (personal activity, auto-initialized from template)
REMEMBER.md

# Credentials
credentials.json
*-secret*
*.pem
*.key

# OS files
.DS_Store
Thumbs.db

# IDE
.idea/
.vscode/
*.swp
*.swo

# Temporary files
*.tmp
*.bak

# Draft content (personal posts)
assets/drafts/queue.json
assets/drafts/week-*/

# Analytics data (personal performance data)
assets/analytics/exports/
assets/analytics/posts/
assets/analytics/weekly-reports/
assets/analytics/content-history.md

# Internal development files (not for public release)
BACKLOG.md
docs/DEVELOPMENT-LOG.md

# Generated annotation/review artifacts (regenerable; annotations live in browser localStorage)
docs/review/
docs/**/*.html
# Voyage executor bookmarks (local continuity, not tracked)
docs/**/.session-state.local.json
*.local.json

# Node.js
scripts/analytics/node_modules/
scripts/analytics/build/
