Update .gitignore

This commit is contained in:
2026-06-02 07:23:59 +00:00
parent e32a1ffdcc
commit 702cd09eba
+8 -2
View File
@@ -1,4 +1,10 @@
# Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/
*.pyc *.py[cod]
venv/ *.so
# ChromaDB persistent storage
chroma_db/ chroma_db/
# Virtual env
venv/