chore: update .gitignore

This commit is contained in:
2026-01-03 19:36:03 +08:00
parent c2493841ec
commit d71cbd66db
+2 -3
View File
@@ -4,6 +4,7 @@ __pycache__/
*$py.class *$py.class
*.so *.so
.Python .Python
.venv/
venv/ venv/
env/ env/
ENV/ ENV/
@@ -25,9 +26,7 @@ backend.pid
frontend.pid frontend.pid
# 数据库 # 数据库
data/*.db data/
data/*.db-shm
data/*.db-wal
# 配置文件 # 配置文件
.env .env