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
*.so
.Python
.venv/
venv/
env/
ENV/
@@ -25,9 +26,7 @@ backend.pid
frontend.pid
# 数据库
data/*.db
data/*.db-shm
data/*.db-wal
data/
# 配置文件
.env