37 lines
298 B
Text
37 lines
298 B
Text
# Binaries
|
|
bin/
|
|
build/
|
|
dist/
|
|
*.exe
|
|
*.test
|
|
*.out
|
|
|
|
# Go
|
|
vendor/
|
|
*.prof
|
|
coverage.txt
|
|
coverage.html
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Local config & secrets
|
|
config.yaml
|
|
config.local.yaml
|
|
.env
|
|
.env.local
|
|
*.pem
|
|
*.key
|
|
|
|
# IDE / editor
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
|
|
# Runtime / state
|
|
state/
|
|
checkpoints/
|
|
tmp/
|