.gitignore: Ignore Python caches

This commit is contained in:
Jakob Bornecrantz 2020-07-15 18:26:22 +01:00
parent fb54961942
commit b7b7df5530

3
.gitignore vendored
View file

@ -23,6 +23,9 @@ src/xrt/targets/gui/monado-gui
src/xrt/targets/openxr/intermediate_manifest.json
src/xrt/targets/targets_enabled_drivers.h
# Ignore Python caches
__pycache__/
# ignore build trees
build/
build*/