Spaces:
Running
Running
Create .gitignore
Browse files- GhostPackDemo/.gitignore +8 -0
GhostPackDemo/.gitignore
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# .gitignore
|
2 |
+
venv/
|
3 |
+
__pycache__/
|
4 |
+
hf_download/
|
5 |
+
outputs/
|
6 |
+
*.mp4
|
7 |
+
*.png
|
8 |
+
.DS_Store
|