63 lines
609 B
Plaintext
63 lines
609 B
Plaintext
# Build outputs
|
|
/bin/
|
|
/dist/
|
|
/build/
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.a
|
|
*.lib
|
|
*.o
|
|
*.obj
|
|
|
|
# Go tooling
|
|
*.test
|
|
*.out
|
|
coverage.out
|
|
coverage.html
|
|
cover.out
|
|
go.work
|
|
go.work.sum
|
|
|
|
# Dependency/vendor
|
|
# Uncomment if you vendor dependencies locally
|
|
# /vendor/
|
|
|
|
# Runtime data
|
|
/data/
|
|
*.db
|
|
*.db-journal
|
|
*.db-shm
|
|
*.db-wal
|
|
*.sqlite
|
|
*.sqlite3
|
|
|
|
# Logs and temp files
|
|
*.log
|
|
*.tmp
|
|
*.temp
|
|
/tmp/
|
|
/temp/
|
|
|
|
# Environment and local overrides
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# IDE / editor
|
|
.idea/
|
|
.vscode/
|
|
*.code-workspace
|
|
|
|
# OS / Windows noise
|
|
.DS_Store
|
|
Thumbs.db
|
|
Desktop.ini
|
|
$RECYCLE.BIN/
|
|
|
|
# Local test/debug artifacts
|
|
*.local
|
|
*.cache
|