gitignore: Add Go build and IDE ignores #2

Merged
Ghost merged 1 commits from gitignore/go into main 2026-09-01 11:27:41 -05:00
Showing only changes of commit 5f23844263 - Show all commits
+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