From 06e040a695932c0fb607cb7397192c2690a2eee4 Mon Sep 17 00:00:00 2001 From: mcbarton Date: Mon, 27 Jan 2025 21:12:41 +0000 Subject: [PATCH] Avoid Untitled*.ipynb notebooks when add files to git --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9ed5b1a7..05bc14a1 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,9 @@ # Jupyter .ipynb_checkpoints/ +# Default names for Jupyter notebooks +Untitled*.ipynb + # Python __pycache__/ @@ -41,4 +44,4 @@ bld # LLM Implementation *_api_key.txt -*_chat_history.txt \ No newline at end of file +*_chat_history.txt