# ---> Go
# Binaries for programs and plugins

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

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

logs
/logs

PPOSSide
PPOSSide.exe

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

# ---> VisualStudioCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace

