Skip to content

Commit

Permalink
build(git): Add basic gitignore
Browse files Browse the repository at this point in the history
Prevent accidental checkin of Jupyter checkpoints, macOS files, etc
  • Loading branch information
athewsey committed Jul 26, 2023
1 parent d676feb commit 7f9883b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
__pycache__
.ipynb_checkpoints
.venv
.DS_Store

0 comments on commit 7f9883b

Please sign in to comment.