# Claude Code worktrees (local state, not project files)
!.claude/skills
.claude/worktrees/
.claude/settings.local.json

# Superpowers plugin runtime state
/.superpowers/


# api-audit local binary (built via `go build ./cmd/api-audit`)
/api-audit
# consumer-audit local binary (built via `go build ./cmd/consumer-audit`)
/consumer-audit

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, build with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out
.DS_Store
.vscode/
*.config
**/node_modules/
**/out/
**/.next/

log.txt

**/_site
**/.sass-cache
**/.jekyll-metadata
**/.jekyll-cache

dist/
*/npm-debug.log
**/.idea
yarn.lock

# Generated files
**/bin
*.Identifier
_openapi_build

default.profraw
**errorutil_analyze_errors.json
**errorutil_analyze_summary.json
**errorutil_errors_export.json
.ruby-version

.nvim.lua