Add .gitignore with python cache files

Prevents Vulkan-Headers from complaining about untracked files when used
as a submodule
This commit is contained in:
Mike Schuchardt 2018-05-22 16:23:37 -06:00
parent 6bebd0015b
commit a901a3edf2

4
.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
# Python cache
__pycache__
*.pyc