# Profiling files .prof # Coverage files coverage.out coverage.html # Build artifacts *.exe *.exe~ *.dll *.so *.dylib # Test binary *.test # Output of the go coverage tool *.out # Dependency directories vendor/ # Go workspace file go.work.sum # IDE specific files .idea/ .vscode/ *.swp *.swo *~ # OS specific files .DS_Store Thumbs.db