sethmcknight commited on
Commit
817d361
·
1 Parent(s): 73885d2

Ignore local ChromaDB artifacts

Browse files
Files changed (1) hide show
  1. .gitignore +4 -3
.gitignore CHANGED
@@ -41,6 +41,7 @@ dev-tools/query-expansion-tests/
41
  .env.local
42
  .env
43
 
44
- # We exclude data/chroma_db/ to include pre-built embeddings for deployment
45
- # data/chroma_db/
46
- # Note: data/chroma_db/ is now tracked to include pre-built embeddings for deployment --- IGNORE ---
 
 
41
  .env.local
42
  .env
43
 
44
+ # Ignore local ChromaDB persistence (binary DB files). These should not be
45
+ # committed; remove them from history before pushing to remote Spaces.
46
+ data/chroma_db/
47
+ data/chroma_db/*