# Don't commit mac files
.DS_Store

# Don't commit node_modules
node_modules

# Sometimes tests write to _tmp/ don't commit these files
_tmp

# Don't commit the build file
main

# Don't commit generated files
example/*/bud

# The scratch example is always built from scratch
example/scratch

# Avoid accidental builds getting committed
/bud

# Release is where we build binaries for release
/release

# Ignore the VSCode directory
.vscode/