Spaces:
Running
Running
admin
commited on
Commit
·
ad66b8c
1
Parent(s):
df4533a
sync ms
Browse files- .gitignore +2 -1
.gitignore
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
*__pycache__*
|
2 |
*.pth
|
3 |
*.json
|
4 |
-
test.*
|
|
|
|
1 |
*__pycache__*
|
2 |
*.pth
|
3 |
*.json
|
4 |
+
test.*
|
5 |
+
.gradio/*
|