Added __pycache__ to .gitignore

This commit is contained in:
Ivan Sagalaev 2013-10-27 01:07:36 -07:00
parent f4c45fedd8
commit e49883e620
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
.DS_Store
build
docs/_build
__pycache__