34 lines
346 B
Plaintext
34 lines
346 B
Plaintext
# Binaries
|
|
bin/
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test output
|
|
*.out
|
|
coverage.html
|
|
coverage.txt
|
|
|
|
# Editor & OS
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Environment files (never commit secrets)
|
|
.env
|
|
.env.local
|
|
*.env
|
|
|
|
# Go workspace (opt-in per-developer)
|
|
go.work
|
|
go.work.sum
|
|
|
|
# Vendor directory (use go modules instead)
|
|
vendor/
|
|
|
|
# Build artifacts
|
|
dist/
|