lisapin commited on
Commit
eb7248b
·
verified ·
1 Parent(s): 1654938

Create .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +6 -0
.gitignore ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ .venv
2
+ __pycache__/
3
+ **/__pycache__/
4
+ *.sqlite3
5
+ chroma_db/
6
+ .env