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

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

# coverage files
report.xml

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

# local config file
config.toml

# directories
vendor/
build/
dist/
bin/
.vscode/
.idea/
.env

# Debugging leftovers
.gdb*
