63 lines
547 B
Plaintext
63 lines
547 B
Plaintext
# Go
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.test
|
|
*.out
|
|
*.prof
|
|
|
|
# Build
|
|
/bin/
|
|
/build/
|
|
/dist/
|
|
/tmp/
|
|
|
|
# Coverage
|
|
coverage.out
|
|
coverage.txt
|
|
|
|
# Go workspace
|
|
/vendor/
|
|
|
|
# IDE/editor
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*.swn
|
|
*.tmp
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Env files
|
|
.env
|
|
.env.*
|
|
!.env.local.example
|
|
|
|
# Generated configs
|
|
*.generated.json
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Docker
|
|
**/.docker/
|
|
|
|
# GoFiber (optional)
|
|
# (No special ignores required beyond Go build artifacts)
|
|
|
|
# Claude Config
|
|
.claude/
|
|
|
|
# Codex Config
|
|
.codex
|
|
|
|
# Graphify outputs
|
|
**/graphify-out/
|
|
.graphify-venv/
|
|
AGENTS.md
|