gitignore: Add Go build and IDE ignores
CI / test (push) Successful in 17s
CI / test (pull_request) Successful in 22s

The tree is a Go library with testdata dumps already committed; this keeps local binaries, coverage output, and editor files out of future commits.
This commit is contained in:
s1d3sw1ped_bot
2026-09-01 16:24:56 +00:00
parent a392c05b19
commit 5f23844263
+15
View File
@@ -0,0 +1,15 @@
# Binaries and test artifacts
*.exe
*.test
*.out
bin/
dist/
# Go workspace
go.work
go.work.sum
# IDE / OS
.idea/
.vscode/
.DS_Store