Update .gitignore
This commit is contained in:
+8
-2
@@ -1,4 +1,10 @@
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.pyc
|
||||
venv/
|
||||
*.py[cod]
|
||||
*.so
|
||||
|
||||
# ChromaDB persistent storage
|
||||
chroma_db/
|
||||
|
||||
# Virtual env
|
||||
venv/
|
||||
|
||||
Reference in New Issue
Block a user