Spaces:
Sleeping
Sleeping
Create .gitignore
Browse files- .gitignore +5 -0
.gitignore
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
checkpoints/
|
| 2 |
+
face_detection/
|
| 3 |
+
*.pth
|
| 4 |
+
*.wav
|
| 5 |
+
*.mp4
|