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

# Editor directories
.idea/
.vscode/

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

# CLI binary
cmd/cmd
cmd/scip
/scip

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

**/node_modules/
.bin/
**/target/

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