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

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

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

# Dependency directories (remove the comment below to include it)
vendor/

# Some tests require environment variables to be set
.env

# it's handy to have a docker-compose available during development
docker-compose.yml

.pre-commit-config.yaml

dist/


