Add chroma db file to gitignore
This commit is contained in:
parent
c848fcff22
commit
0b8dc5d248
|
@ -7,6 +7,7 @@ models/
|
|||
# Local Chroma db
|
||||
.chroma/
|
||||
db/
|
||||
persist_directory/chroma.sqlite
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
|
|
Loading…
Reference in New Issue