mirror of
https://github.com/Magnus167/msyrs.git
synced 2025-08-20 04:20:00 +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
|
||||
.venv/
|
||||
dev/
|
||||
.ipynb_checkpoints/
|
||||
*.pyc
|
||||
__pycache__/
|
||||
*.log
|
||||
|
||||
/target
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user