refactor: v2

backend & frontend
This commit is contained in:
2026-01-01 18:38:21 +08:00
parent 3d201bc497
commit fdc725b893
109 changed files with 22918 additions and 1135 deletions
+50 -4
View File
@@ -1,9 +1,55 @@
__pycache__
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
ENV/
# 项目特定
chromedriver
chrome-linux64
chromedriver.exe
chrome-linux64/
chrome-win64/
debug_page_source.html
debug_screenshot.png
sessions
# 运行时文件
sessions/
*.lock
*.log
*.pid
*.pid
backend.pid
frontend.pid
# 数据库
data/*.db
data/*.db-shm
data/*.db-wal
# 配置文件
.env
config.ini
# 日志
logs/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# 操作系统
.DS_Store
Thumbs.db
# 前端
frontend/node_modules/
frontend/dist/
frontend/.vite/
.claude