Spaces:
Runtime error
Runtime error
andreasmartin
commited on
Commit
•
a871b8a
1
Parent(s):
032c054
deepnote update
Browse files- .gitignore +5 -0
.gitignore
CHANGED
@@ -158,3 +158,8 @@ cython_debug/
|
|
158 |
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
159 |
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
160 |
#.idea/
|
|
|
|
|
|
|
|
|
|
|
|
158 |
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
159 |
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
160 |
#.idea/
|
161 |
+
|
162 |
+
.embedding-model
|
163 |
+
.vectordb
|
164 |
+
.chainlit
|
165 |
+
!.chainlit/config.toml
|