Skip to content

Commit

Permalink
MAINT: add jupyter notebook and python dist items to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
rythorpe committed Apr 20, 2023
1 parent afd525b commit 7a118d2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ __pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
.Python
dist/
*.egg*
build
coverage
*.xml
.venv

# Jupyter Notebook
.ipynb_checkpoints

# Windows image file caches
Thumbs.db
ehthumbs.db
Expand Down

0 comments on commit 7a118d2

Please sign in to comment.