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