From d71cbd66db0e4fa7f06fe7f75c71c159bc2cf2cd Mon Sep 17 00:00:00 2001 From: Cccc_ Date: Sat, 3 Jan 2026 19:36:03 +0800 Subject: [PATCH] chore: update .gitignore --- .gitignore | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 76ced62..7358961 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ __pycache__/ *$py.class *.so .Python +.venv/ venv/ env/ ENV/ @@ -25,9 +26,7 @@ backend.pid frontend.pid # 数据库 -data/*.db -data/*.db-shm -data/*.db-wal +data/ # 配置文件 .env