From c73f4effb0785374cb7b081dedb1df2458b85d8f Mon Sep 17 00:00:00 2001 From: skimrme Date: Sat, 21 Mar 2026 21:17:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=8E=92=E9=99=A4=E7=9B=AE?= =?UTF-8?q?=E5=BD=95venv?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 725cacf..1a88c8f 100755 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ **/*.db **/*.sql **/*.db.back +**/venv/* databases/* mirrors/* blueprint/kami_views.py @@ -10,4 +11,4 @@ static/upload/* static/counter.txt static/message/* templates/message/* -blueprint/massage_views.py \ No newline at end of file +blueprint/massage_views.py