# Binaries bin/ *.exe *.exe~ *.dll *.so *.dylib # Test binary, built with `go test -c` *.test # Output of the go coverage tool *.out # Dependency directories vendor/ # Go workspace file go.work # IDE .idea/ .vscode/ *.swp *.swo *~ # OS .DS_Store Thumbs.db # Config with sensitive data (keep config.json in repo as template) config.local.json config.json