From 87b65155d5bafea2fcdf97d5a83ab74eb23bfe7d Mon Sep 17 00:00:00 2001 From: AnthonyAxenov Date: Mon, 8 Sep 2025 09:16:03 +0800 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=B8=D1=80=D0=B5=D0=BA=D1=82=D0=BE?= =?UTF-8?q?=D1=80=D0=B8=D1=8F=20=D0=B4=D0=BB=D1=8F=20=D0=BA=D0=B0=D1=81?= =?UTF-8?q?=D1=82=D0=BE=D0=BC=D0=BD=D1=8B=D1=85=20=D0=BF=D1=80=D0=BE=D0=BC?= =?UTF-8?q?=D0=BF=D1=82=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + rag/prompts/.gitkeep | 0 2 files changed, 1 insertion(+) create mode 100644 rag/prompts/.gitkeep diff --git a/.gitignore b/.gitignore index f66fd02..9f13c3e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ /rag/data/* /rag/sys_prompt.txt /rag/chats/*.md +/rag/prompts/* .old/ .venv/ diff --git a/rag/prompts/.gitkeep b/rag/prompts/.gitkeep new file mode 100644 index 0000000..e69de29