# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
bin/**
dist/**
# mac notarization service
linux_amd64/**
darwin_amd64/**
macos-notary.zip

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool
*.out
coverage.html

# We don't want to commit the 3rd party notices
third_party_notices/

# Evergreen generated files
.gocache/
gon_x86_64.json
gon_arm64.json
*.xml

# We don't want to commit env variables
*.env

# Tool generated files
*.idea
*.vscode

