25 lines
393 B
Text
25 lines
393 B
Text
|
|
# subprojects that the user should install themselves
|
|
/deps/zen
|
|
|
|
# default build directory for VSCode
|
|
/build/
|
|
|
|
# used by clangd and other programs
|
|
.cache/
|
|
|
|
# created by pyenv
|
|
.python-version
|
|
|
|
# generated by CPython
|
|
__pycache__/
|
|
|
|
# used for local development
|
|
Makefile
|
|
|
|
# Used by IDEs to get correct error messages
|
|
compile_commands.json
|
|
|
|
# quick test scripts in the main directory
|
|
/*.bolt
|
|
/*.c
|