# vscode config
.vscode/

# testing
*test.c
*.out

# output
output/
obj/
bin/

