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