/target
*.swp
*.swo
*~
.DS_Store
Thumbs.db
tmp/

# Claude Code local config (contains personal settings, never publish)
CLAUDE.md
.claude/
.mcp.json

# Handoff data (project-local, never publish)
.handoff/

# Internal specs — managed in GitLab wiki
docs/
/wiki/

# Editor
.vscode/
.idea/

# Rust
**/*.rs.bk

# Python (memory hook wrapper bytecode)
__pycache__/
*.pyc

# npm build artifact
bin/handoff-mcp-bin
node_modules/
pnpm-lock.yaml

# Plugin skills are copied from skills/ by scripts/sync-plugin-skills.sh
plugin/skills/
