Spaces:
Sleeping
Sleeping
jakewatson commited on
Commit ·
38397cf
1
Parent(s): 57db408
updated dockerignore
Browse files- .DS_Store +0 -0
- .dockerignore +1 -1
.DS_Store
CHANGED
|
Binary files a/.DS_Store and b/.DS_Store differ
|
|
|
.dockerignore
CHANGED
|
@@ -17,7 +17,7 @@ __pycache__
|
|
| 17 |
# --- App Data & Cache ---
|
| 18 |
# Your script downloads data on startup; don't bake stale local data into the image
|
| 19 |
data/
|
| 20 |
-
.chainlit
|
| 21 |
.files
|
| 22 |
|
| 23 |
# --- Docker Configs ---
|
|
|
|
| 17 |
# --- App Data & Cache ---
|
| 18 |
# Your script downloads data on startup; don't bake stale local data into the image
|
| 19 |
data/
|
| 20 |
+
.chainlit/translations
|
| 21 |
.files
|
| 22 |
|
| 23 |
# --- Docker Configs ---
|