# OS
.DS_Store
Thumbs.db

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

# Logs and temp
*.log
*.tmp
/tmp/

# Environment
.env
.env.*
!.env.example

# Node (if tooling is added later)
node_modules/

# Claude Code local settings (machine-specific)
.claude/settings.local.json

# APM dependencies
apm_modules/

# APM install output — deployed copies of released plugin content, regenerated
# by `apm install`. The authoring source is plugins/<name>/.apm/; committing a
# deployed copy would add a third mirror of the same skills to drift against.
.claude/skills/
.claude/agents/
