# User configuration (use .example as template)
claude-projects.yaml

# Claude Code local settings (keep .claude/ tracked for claude-craft)
.claude/settings.local.json
.claude/memory.db
.claude/memory.db-*
.claude/scheduled_tasks.lock

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

# OS
.DS_Store
Thumbs.db

docs/training/
docs/marketing/
docs/audit/
audit/

# Generated reports
reports/

# Dependencies
node_modules/

# Vale downloaded packages (keep styles/Vocab/ tracked)
styles/Google/
styles/write-good/

# Build & test artifacts
coverage/
.coverage-new/
.coverage-tmp/
.cov-idx/
test-output/
.test-tmp/
.test-tmp-*/
*.log

# Project directories
video/
.agents/

cli/kanban/client/dist/

# Internal drafts and research (never commit)
CONTENT_DRAFT_*.md
SEO_AUDIT_*.md
USER_RESEARCH_*.md
WEEKLY_REPORT.md

# Internal ops files moved to docs/internal/
docs/internal/CONTENT_DRAFT_*.md
docs/internal/USER_RESEARCH_*.md
