Spaces:
Runtime error
Runtime error
Commit
·
361875d
1
Parent(s):
c856418
build: ignores data folder
Browse files- .gitignore +1 -1
.gitignore
CHANGED
@@ -12,6 +12,6 @@
|
|
12 |
.chainlit
|
13 |
.chainlit/cache
|
14 |
|
15 |
-
/
|
16 |
|
17 |
__pycache__
|
|
|
12 |
.chainlit
|
13 |
.chainlit/cache
|
14 |
|
15 |
+
/data
|
16 |
|
17 |
__pycache__
|