Spaces:
Runtime error
Runtime error
NilsDunlop commited on
Commit ·
c2cd78f
1
Parent(s): eb33384
Update .gitignore to include chat_history.json
Browse files- .gitignore +2 -1
.gitignore
CHANGED
|
@@ -2,4 +2,5 @@
|
|
| 2 |
**/.DS_Store
|
| 3 |
.env
|
| 4 |
/__pycache__/
|
| 5 |
-
**/chroma/
|
|
|
|
|
|
| 2 |
**/.DS_Store
|
| 3 |
.env
|
| 4 |
/__pycache__/
|
| 5 |
+
**/chroma/
|
| 6 |
+
chat_history.json
|