# Binaries *.exe *.exe~ *.dll *.so *.dylib # Test binary, built with go test -c *.test # Output of go build *.out # Dependency directory vendor/ # Go workspace file go.work go.work.sum # Environment files .env .env.* # Editor / IDE .idea/ .vscode/ *.swp *.swo *~ # OS .DS_Store Thumbs.db # VCS files COMMIT.md RELEASE.md