bf005867b2
Ignore .claude/ and .claude-mpm/ — local agent scratch dirs, not project files. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
39 lines
468 B
Plaintext
39 lines
468 B
Plaintext
# Compiled binary (cmd/foreman)
|
|
/foreman
|
|
/dist/
|
|
*.exe
|
|
|
|
# Test & coverage output
|
|
*.out
|
|
*.test
|
|
coverage.*
|
|
|
|
# SQLite queue + artifacts (local dev data — never commit)
|
|
*.db
|
|
*.db-wal
|
|
*.db-shm
|
|
*.sqlite
|
|
*.sqlite3
|
|
|
|
# Local config / secrets (commit .env.example, not .env)
|
|
.env
|
|
.env.local
|
|
*.local
|
|
|
|
# Vendor
|
|
vendor/
|
|
|
|
# Go workspace
|
|
go.work
|
|
go.work.sum
|
|
|
|
# Editor / OS cruft
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
|
|
# Local agent tooling (not part of the project)
|
|
.claude/
|
|
.claude-mpm/
|