Spaces:
Running
Running
jhj0517
commited on
Commit
·
7d4cc15
1
Parent(s):
f38c0f8
Add git ignore dirs
Browse files- .gitignore +2 -0
.gitignore
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
*.png
|
3 |
*.mp4
|
4 |
*.mp3
|
|
|
|
|
5 |
venv/
|
6 |
modules/ui/__pycache__/
|
7 |
outputs/
|
|
|
2 |
*.png
|
3 |
*.mp4
|
4 |
*.mp3
|
5 |
+
.idea/
|
6 |
+
.pytest_cache/
|
7 |
venv/
|
8 |
modules/ui/__pycache__/
|
9 |
outputs/
|