# Compiled
main
murex
murex.exe
murex.upx
/docgen
/docgen.exe
bin/
VERSION

# WebAssembly 
murex.wasm
wasm_exec.js
/wasmserver
/wasmserver.exe

# pandoc
/*.html
/docs/*.html
/docs/*/*.html

# optional builtins
/builtins/imports_build

# test working directories
/test/tmp
*.test
*.prof
*.pprof

# IDE
.idea/
.vscode/
projectFilesBackup
murex.iml

# vendor directories and surplus directories created during broken updates
/vendor.old
/vendor.new
/pkg
/src
/gen/docs-test/

# Misc
.DS_Store

# Codecov.io
coverage.txt
