Skip to content

Commit

Permalink
feat(.gitignore): added .ipynb_checkpoints to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
agconti committed Jul 7, 2014
1 parent 213f78e commit cd1ffed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3,207 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
.DS_Store

#env
env/
env/

#IPython
.ipynb_checkpoints/
Loading

0 comments on commit cd1ffed

Please sign in to comment.