9e0644095f
移除 Playwright 浏览器自动化,改用 passport/SSO HTTP 接口获取二维码与轮询登录;后端模块化拆分,前端替换为 Vue3 SPA。 Co-authored-by: Cursor <cursoragent@cursor.com>
41 lines
413 B
Plaintext
41 lines
413 B
Plaintext
# --- Python ---
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.eggs/
|
|
*.egg
|
|
|
|
# --- Virtual environment ---
|
|
venv/
|
|
.venv/
|
|
env/
|
|
|
|
# --- Environment & Config ---
|
|
.env
|
|
.user.ini
|
|
.secret_key
|
|
|
|
# --- Logs ---
|
|
logs/
|
|
*.log
|
|
|
|
# --- IDE & Editor ---
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# --- OS ---
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# --- Static generated files ---
|
|
static/qrcode.png
|
|
|
|
# --- Frontend ---
|
|
frontend/node_modules/
|
|
frontend/dist/
|