37 lines
299 B
Plaintext
37 lines
299 B
Plaintext
# Build outputs
|
|
bin/
|
|
build/
|
|
|
|
# Go tool artifacts
|
|
*.test
|
|
coverage.out
|
|
|
|
# Compiled binaries and objects
|
|
*.exe
|
|
*.dll
|
|
*.lib
|
|
*.obj
|
|
*.o
|
|
*.so
|
|
*.dylib
|
|
*.a
|
|
*.pdb
|
|
*.ilk
|
|
*.map
|
|
|
|
# Logs and temporary files
|
|
*.log
|
|
*.out
|
|
*.err
|
|
*.tmp
|
|
*.temp
|
|
|
|
# Editor and tool artifacts
|
|
*.swp
|
|
*~
|
|
.DS_Store
|
|
Thumbs.db
|
|
.idea/
|
|
.vscode/
|
|
|