Spaces:
Running
on
Zero
Running
on
Zero
Update .gitignore to include __pycache__ directory for better file management and to prevent unnecessary cache files from being tracked.
Browse files- .gitignore +2 -1
.gitignore
CHANGED
|
@@ -1 +1,2 @@
|
|
| 1 |
-
/musubi-tuner
|
|
|
|
|
|
| 1 |
+
/musubi-tuner
|
| 2 |
+
/__pycache__
|