Jatin Mehra commited on
Commit
a0bb83f
·
1 Parent(s): 8eb0491

Update .gitignore to include additional file types: *.pkl, *.json, and *.faiss

Browse files
Files changed (1) hide show
  1. .gitignore +3 -0
.gitignore CHANGED
@@ -25,6 +25,9 @@ share/python-wheels/
25
  .installed.cfg
26
  *.egg
27
  MANIFEST
 
 
 
28
 
29
  .streamlit/
30
 
 
25
  .installed.cfg
26
  *.egg
27
  MANIFEST
28
+ *.pkl
29
+ *.json
30
+ *.faiss
31
 
32
  .streamlit/
33