Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Peter
commited on
Commit
·
21cd5d5
1
Parent(s):
42e4d6f
:see_no_evil: add ignore
Browse files- .gitignore +12 -0
.gitignore
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
# ignore basics
|
| 3 |
+
|
| 4 |
+
*__pycache__*
|
| 5 |
+
|
| 6 |
+
# gradio files
|
| 7 |
+
*gradio_queue*
|
| 8 |
+
|
| 9 |
+
|
| 10 |
+
# data (force add)
|
| 11 |
+
*examples*
|
| 12 |
+
*.txt*
|