Add __pycache__ to .gitignore

This commit is contained in:
Geoffrey Irving 2016-03-22 14:41:56 -07:00
parent 44e95baf45
commit c51863f3b7

1
.gitignore vendored
View File

@ -22,3 +22,4 @@ node_modules
/pip_test
/_python_build
*.pyc
__pycache__