Tell git to ignore __pycache__ directories.

Bradley M. Froehle 14 years ago
parent 2be72dae5d
commit e3ae952054

1
.gitignore vendored

@ -7,6 +7,7 @@ docs/source/api/generated
docs/gh-pages
IPython/frontend/html/notebook/static/mathjax
*.py[co]
__pycache__
build
*.egg-info
*~

Loading…
Cancel
Save