From 702cd09eba9bdc10ec75fe5f1c025e1d54cfc463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=B8=D1=80=D0=B8=D0=BB=D0=BB=20=D0=A0=D0=BE=D0=BC?= =?UTF-8?q?=D0=B0=D0=BD=D0=BE=D0=B2?= Date: Tue, 2 Jun 2026 07:23:59 +0000 Subject: [PATCH] Update .gitignore --- .gitignore | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 18e1b08..373d927 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,10 @@ +# Byte-compiled / optimized / DLL files __pycache__/ -*.pyc -venv/ +*.py[cod] +*.so + +# ChromaDB persistent storage chroma_db/ + +# Virtual env +venv/