.gitignore

Summary

Maintainability
Test Coverage
.vscode
.DS_Store

# repl binary
/ugo
/cmd/ugo/ugo

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

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

# Output of the go coverage tool
*.out
# Profiling files
*.prof

/TODO*