Skip to content

Commit

Permalink
Tell git to ignore __pycache__ directories.
Browse files Browse the repository at this point in the history
  • Loading branch information
bfroehle committed Oct 4, 2012
1 parent f851aea commit 1371afc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -7,6 +7,7 @@ docs/source/api/generated
docs/gh-pages
IPython/frontend/html/notebook/static/mathjax
*.py[co]
__pycache__
build
*.egg-info
*~
Expand Down

0 comments on commit 1371afc

Please sign in to comment.