From 165d75b97916335ec7b5046f7c476e494a12df51 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期五, 22 十一月 2024 11:54:05 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/rag-gateway --- .gitignore | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 7836932..2344cdf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ venv dist +data build main __pycache__ @@ -8,3 +9,5 @@ .vscode .ipynb_checkpoints .pytest +*.log +*.log.* -- Gitblit v1.8.0