node_modules/
dist/

# Old design mockups / local archives
patchwork 2.0/
patchwork 2.0.zip

# Patchwork runtime output (recipe artifacts, daily status, etc.)
.patchwork/
*.tsbuildinfo
vscode-extension/out/
vscode-extension/*.vsix
*.vsix
vscode-extension/node_modules/
vscode-extension/src/quickTaskPresets.ts
.env
*.env

# Build artifacts
*.tgz
coverage/

# Claude Code runtime (agent-memory is auto-generated, skills/agents/commands are intentional)
.claude/agent-memory/
.claude/settings.json
.agents/
skills-lock.json
.claude/skills/caveman
.claude/skills/caveman-commit
.claude/skills/caveman-compress
.claude/skills/caveman-help
.claude/skills/caveman-review

# Local MCP config and project memory (machine-specific, not for version control)
.mcp.json
memory/

# Gemini CLI local config (machine-specific)
.gemini/

# macOS
.DS_Store
claude-ide-bridge.config.json
.claude/worktrees/

# Temp/scratch files
smoke-stash-test.ts
smoke-test-temp.ts
scripts/test-rg.mjs

# Backup files created by gen-claude-md --write / patchClaudeMdImport
*.bak
# Backup files created by gen-claude-md --write / patchClaudeMdImport / caveman-compress
*.bak
*.original.md
# Auto-generated rules file (copy of templates/bridge-tools.md — not for version control)
.claude/rules/

# Demo recording
demo-script.md
demo-project/

# Example subproject lockfiles (examples have their own node_modules, not managed here)
examples/*/package-lock.json
examples/*/node_modules/

# Visual skill output (/ide-diagnostics-board, /ide-coverage, /ide-deps)
diagnostics-*.html
coverage-*.html
deps-*.html

# Playwright MCP session artifacts
.playwright-mcp/
session-*.md

# Dogfood / playtest / debug screenshots (ad-hoc, not repo assets)
/*.png
screenshots/

# Local meeting note exports (Google Drive doc downloads dropped at repo root
# while iterating on the meeting-debrief recipe).
/*Notes by Gemini*.md
/*Notes from*.md

# Ad-hoc commit helper scripts generated during multi-step changes.
/commits.sh
/commits-*.sh

# IntelliJ plugin build / IDE output
intellij-plugin/bin/
intellij-plugin/build/
intellij-plugin/.gradle/
