Spaces:
Sleeping
Sleeping
Commit ·
6c18d2d
1
Parent(s): 764face
Add dataset index and set filters async
Browse files- .gitignore +1 -1
.gitignore
CHANGED
|
@@ -208,7 +208,7 @@ __marimo__/
|
|
| 208 |
|
| 209 |
|
| 210 |
# cache
|
| 211 |
-
cache/
|
| 212 |
state/
|
| 213 |
__pycache__/
|
| 214 |
.env
|
|
|
|
| 208 |
|
| 209 |
|
| 210 |
# cache
|
| 211 |
+
cache/*
|
| 212 |
state/
|
| 213 |
__pycache__/
|
| 214 |
.env
|