Skip to content

Commit

Permalink
Avoid Untitled*.ipynb notebooks when add files to git (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Jan 27, 2025
1 parent 136769c commit 1c6acad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
# Jupyter
.ipynb_checkpoints/

# Default names for Jupyter notebooks
Untitled*.ipynb

# Python
__pycache__/

Expand All @@ -41,4 +44,4 @@ bld

# LLM Implementation
*_api_key.txt
*_chat_history.txt
*_chat_history.txt

0 comments on commit 1c6acad

Please sign in to comment.