sabazo commited on
Commit
14d7622
1 Parent(s): 4f9fed5

Update .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +12 -0
.gitignore CHANGED
@@ -158,3 +158,15 @@ 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
+ # embeddings db
163
+ *.sqlite3*
164
+ *.bin
165
+ *.pickle
166
+ chroma_db/*
167
+ bin
168
+ obj
169
+ .langchain.sqlite
170
+ *.zip
171
+ *.faiss
172
+ *.pkl