# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
bin/
dist/
.idea/

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

# Directories mounted during the release process in CI
test-bin-*/
changelog_artifacts/

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Dependency directories
vendor/

# Docs generated from our openapi repo
api/cli.yml
api/cli.gen.yml
api/cli-stripped.gen.yml
api/cli-extras.gen.yml

# GPG private key generated by CI during release.
private.key
