Skip to content

Commit

Permalink
Add jupyter notebooks to .gitignore (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgenherje authored Nov 2, 2023
1 parent a18e3c4 commit 1d75d46
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,9 @@ dist
# .vscode
.vscode/
!.vscode/tasks.json

# Ignore Jupyter Notebook files
*.ipynb

# Ignore Jupyter Notebook checkpoints (hidden directories)
.ipynb_checkpoints/

0 comments on commit 1d75d46

Please sign in to comment.