Commit
·
0766cac
1
Parent(s):
552f626
Upload .gitignore
Browse files- .gitignore +7 -0
.gitignore
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
flagged/
|
2 |
+
*.pt
|
3 |
+
*.png
|
4 |
+
*.jpg
|
5 |
+
*.mkv
|
6 |
+
*.mp4
|
7 |
+
gradio_cached examples/
|