# Binaries for programs and plugins
bin
build
results
_tmp
.DS_store

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

# Python Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

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

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

# editor and IDE paraphernalia
.idea
.vscode
*.code-workspace
*.swp
*.swo
*~
*.orig
*.go-e
*.iml



