
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
bin
vendor

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

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

# Kubernetes Generated files - skip generated files, except for vendored files
!vendor/**/zz_generated.*

# Release artifacts
dist
bundle.tar.gz
vendor

# editor and IDE paraphernalia
.idea
*.swp
*.swo
*~

# local resources, not to be committed
local

# test resources
kubeconfig
tests/_build/
