yeq6x commited on
Commit
2655454
·
1 Parent(s): 0a49e69

Update .gitignore to include __pycache__ directory for better file management and to prevent unnecessary cache files from being tracked.

Browse files
Files changed (1) hide show
  1. .gitignore +2 -1
.gitignore CHANGED
@@ -1 +1,2 @@
1
- /musubi-tuner
 
 
1
+ /musubi-tuner
2
+ /__pycache__