Skip to content

Commit

Permalink
BUG: updates .gitignore
Browse files Browse the repository at this point in the history
To ignore ipynb_checkpoints and DS_Store.
Closes #425
  • Loading branch information
deniederhut committed Mar 20, 2019
1 parent 7e6a37d commit 7a85db0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.DS_Store
.ipynb_checkpoints
output
_build
*.pyc
Expand Down

0 comments on commit 7a85db0

Please sign in to comment.