Spaces:
Runtime error
Runtime error
🔧 chore(.gitignore): uncomment 'flagged' and 'gradio_cached_examples' to track these files in version control
Browse files- .gitignore +2 -2
.gitignore
CHANGED
|
@@ -13,7 +13,7 @@ __pycache__
|
|
| 13 |
# secret
|
| 14 |
.env
|
| 15 |
|
| 16 |
-
flagged
|
| 17 |
-
gradio_cached_examples
|
| 18 |
|
| 19 |
.venv
|
|
|
|
| 13 |
# secret
|
| 14 |
.env
|
| 15 |
|
| 16 |
+
# flagged
|
| 17 |
+
# gradio_cached_examples
|
| 18 |
|
| 19 |
.venv
|