[git] Ignore Python files

This commit is contained in:
Eryn Wells 2016-04-10 18:02:47 -07:00
parent f011e652ca
commit aee40c6787

View file

@ -21,3 +21,7 @@ DerivedData
*.[oa]
*.so
*.pyc
# Python
__pycache__/
env/