From a10c695ced6a337df73525c62a20220cd7ae1d49 Mon Sep 17 00:00:00 2001 From: root <13910913995@163.com> Date: Sat, 2 Aug 2025 16:59:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 18c02f67..c871a0df 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,12 @@ __pycache__/ *.pyo *.pyd +# Python 虚拟环境 +venv/ +env/ +.venv/ +.env/ + # 数据库文件(如果不需要版本控制) *.db *.sqlite