# Binaries for programs and plugins *.exe *.exe~ *.dll *.so *.dylib bin/ *.test *.out # Go workspace file go.work # Test binary, built with `go test -c` *.test # Output of the go coverage tool *.out coverage.html coverage.out # Dependency directories vendor/ # Go module cache go.sum # IDE specific files .idea/ .vscode/ *.swp *.swo *~ # OS specific files .DS_Store Thumbs.db # Environment variables .env # DynamoDB local data dynamodb-local-data/ # Logs *.log # Temporary files tmp/ temp/