Skip to content

Commit

Permalink
Add __pycache__ to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jnothman committed Sep 24, 2020
1 parent ceb8f9c commit 6bffc57
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 @@
__pycache__

# Jupyter Notebook
.ipynb_checkpoints
.DS_Store
Expand Down

0 comments on commit 6bffc57

Please sign in to comment.