From bc9a0ed2d72a71a9288bfab09ca941a9d9146c8a Mon Sep 17 00:00:00 2001 From: JOJO <1498581755@qq.com> Date: Mon, 9 Mar 2026 17:00:43 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=20.venv=20=E5=88=B0?= =?UTF-8?q?=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index d265b2b..c83bb0c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,8 @@ # Python artifacts __pycache__/ *.pyc +.venv/ +venv/ # Runtime data (main agent) logs/