# Ignore the build and lib dirs
*.i
*.s
build/*
testing/*.lp
#lib/*
# Ignore any executables
bin/*
# Ignore temp editor files
*.swp
*.tmp
.vscode/*
!.gitkeep