# Binaries bin/ *.exe *.exe~ *.dll *.so *.dylib # Test binary *.test # Output of go coverage *.out # Go workspace go.work go.work.sum # Environment .env # IDE .idea/ .vscode/ *.swp *.swo *~ # OS .DS_Store Thumbs.db