fix: update .gitignore to exclude Jupyter checkpoints, Python bytecode, and log files

This commit is contained in:
Palash Tyagi 2024-11-14 01:20:53 +00:00
parent 09a2da68d6
commit 4775e9e504

4
.gitignore vendored
View File

@ -1,6 +1,10 @@
.env
.venv/
dev/
.ipynb_checkpoints/
*.pyc
__pycache__/
*.log
/target