彻底优化项目结构,使用 web
This commit is contained in:
+17
-4
@@ -1,4 +1,17 @@
|
||||
.venv
|
||||
*/__pycache__
|
||||
/__pycache__
|
||||
data/gui_state.json
|
||||
.venv/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# 运行时数据
|
||||
data/
|
||||
logs/
|
||||
*.db
|
||||
|
||||
# geetest 临时图片
|
||||
bg.jpg
|
||||
fullbg.jpg
|
||||
slice.jpg
|
||||
|
||||
# 前端
|
||||
web/frontend/node_modules/
|
||||
web/frontend/dist/
|
||||
|
||||
Reference in New Issue
Block a user