mirror of
https://github.com/Magnus167/msyrs.git
synced 2025-08-20 08:19:59 +00:00
fix: update .gitignore to exclude Jupyter checkpoints, Python bytecode, and log files
This commit is contained in:
parent
09a2da68d6
commit
4775e9e504
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,6 +1,10 @@
|
|||||||
.env
|
.env
|
||||||
.venv/
|
.venv/
|
||||||
dev/
|
dev/
|
||||||
|
.ipynb_checkpoints/
|
||||||
|
*.pyc
|
||||||
|
__pycache__/
|
||||||
|
*.log
|
||||||
|
|
||||||
/target
|
/target
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user