76 lines
842 B
Plaintext
76 lines
842 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
bin/
|
|
*.test
|
|
*.out
|
|
|
|
# Go workspace file
|
|
go.work
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool
|
|
*.out
|
|
coverage/
|
|
*.coverprofile
|
|
|
|
# Dependency directories
|
|
vendor/
|
|
|
|
# Go build cache
|
|
.cache/
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Log files
|
|
logs/
|
|
*.log
|
|
|
|
# IDEs and editors
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
*.bak
|
|
|
|
# Redis dump
|
|
dump.rdb
|
|
|
|
# Database files
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
|
|
# Configuration overrides (keep templates)
|
|
config/local.yaml
|
|
configs/local.yaml
|
|
|
|
# Build output
|
|
dist/
|
|
build/
|
|
|
|
# Auto-generated OpenAPI documentation
|
|
/openapi.yaml
|
|
.claude/settings.local.json
|
|
cmd/api/api
|
|
2026-01-09-local-command-caveatcaveat-the-messages-below-w.txt
|
|
api
|
|
.gitignore
|
|
worker
|
|
ai-gateway.conf
|