Files
pb/.gitignore
2026-01-13 11:07:51 +00:00

27 lines
223 B
Plaintext

## Generated binaries
pb
## Build artifacts and caches
.cache/
# bin/
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
## Go build specific
/vendor/
## Editor temporary files
*.swp
*.swo
.vscode/
.idea/
## macOS
.DS_Store