Skip to content

Commit 1c6acad

Browse files
authored
Avoid Untitled*.ipynb notebooks when add files to git (#243)
1 parent 136769c commit 1c6acad

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
# Jupyter
3232
.ipynb_checkpoints/
3333

34+
# Default names for Jupyter notebooks
35+
Untitled*.ipynb
36+
3437
# Python
3538
__pycache__/
3639

@@ -41,4 +44,4 @@ bld
4144

4245
# LLM Implementation
4346
*_api_key.txt
44-
*_chat_history.txt
47+
*_chat_history.txt

0 commit comments

Comments
 (0)