From 4775e9e5046246fb7395928180b785d7dcaa56a5 Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Thu, 14 Nov 2024 01:20:53 +0000 Subject: [PATCH] fix: update .gitignore to exclude Jupyter checkpoints, Python bytecode, and log files --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index fc42e54..6cde882 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,10 @@ .env .venv/ dev/ +.ipynb_checkpoints/ +*.pyc +__pycache__/ +*.log /target