From a2f28dc7dba26ca8296d2d31076d31445e13e1cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=83=D1=80=20=D0=9A=D1=83=D0=B7=D0=B0?= =?UTF-8?q?=D1=85=D0=BC=D0=B5=D1=82=D0=BE=D0=B2?= Date: Wed, 1 Jul 2026 14:06:35 +0000 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D1=82=D1=8C=20.g?= =?UTF-8?q?itignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 4b51f26..0000000 --- a/.gitignore +++ /dev/null @@ -1,28 +0,0 @@ -# Byte-compiled / optimized / DLL files -__pycache__/ -*.py[cod] -*$py.class - -# Virtual environment -.venv/ -env/ -venv/ - -# ChromaDB persistence directory -chromadb/ -chromadb_data/ -chromadb_persist/ - -# Distribution / packaging -build/ -dist/ -*.egg-info/ - -# IDE files -.vscode/ -.idea/ -*.sublime-project -*.sublime-workspace - -# Pytest cache -.cache/ \ No newline at end of file