30 lines
286 B
Plaintext
30 lines
286 B
Plaintext
# IDE / editor
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Local Go module/cache sandboxes used in this repo
|
|
.gopath/
|
|
.gomodcache/
|
|
|
|
# Build artifacts
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.test
|
|
*.out
|
|
*.prof
|
|
bin/
|
|
dist/
|
|
|
|
# Coverage
|
|
coverage.out
|
|
*.coverprofile
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Temp/test artifacts
|
|
sm3/ifile
|