# Dependencies
node_modules/

# Environment (API keys)
.env*.local
.env

# OS
.DS_Store

# Debug logs
npm-debug.log*

# Editor
.idea/
.vscode/
*.swp

# Temporary files
/tmp/
/_tmp/

# Plan files (local working docs, stored in plans/)
plans/PLAN-*.md
plans/PLAN-*.html

# IDE (local Cursor settings - shared commands are in .claude/commands/)
.cursor/

# Claude Code worktrees (Remote Control spawn mode)
.claude/worktrees/

# Codebase map (auto-generated by /index, refreshed by /document)
CODEBASE_MAP.md

# Toolkit backups (originals preserved by setup.sh before overwrite/delete)
.toolkit-backup-*/

# HTML artifacts (cycle-bound HTML output generated by toolkit commands)
artifacts/html/
