bolt/bootstrap/cxx/.gitignore
Sam Vervaeck 449cda8fc4 Ignore .python-version
It might differ from system to system (e.g. a virtual environment in one
but a version number in another)
2024-02-03 21:05:51 +00:00

18 lines
286 B
Text

# default build directory for VSCode
/build/
# used by clangd and other programs
.cache/
# created by pyenv
.python-version
# used for local development
Makefile
# Used by IDEs to get correct error messages
compile_commands.json
# quick test scripts in the main directory
/*.bolt