Files
bambu-nfc/.gitignore
T
s1d3sw1ped_bot 3a6f61bd43
CI / test (push) Successful in 19s
gitignore: Add Go build and IDE ignores
The tree is a Go library with testdata dumps already committed; this keeps local binaries, coverage output, and editor files out of future commits.

Co-authored-by: s1d3sw1ped_bot <s1d3sw1ped+giteabot@gmail.com>
Co-committed-by: s1d3sw1ped_bot <s1d3sw1ped+giteabot@gmail.com>
2026-09-01 11:27:41 -05:00

16 lines
134 B
Plaintext

# Binaries and test artifacts
*.exe
*.test
*.out
bin/
dist/
# Go workspace
go.work
go.work.sum
# IDE / OS
.idea/
.vscode/
.DS_Store