# 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//.apm/; committing a # deployed copy would add a third mirror of the same skills to drift against. .claude/skills/ .claude/agents/ # APM hook deployment output — `apm install` copies each package's referenced # hook scripts here and tracks its own settings.json entries in the sidecar. # Regenerated on every install; the authoring source is # plugins//.apm/hooks/ (ADR-0019). .claude/hooks/ .claude/apm-hooks.json