绑定 ESS 双轨治理,拆分超大 H5 页与 Go 引擎,抽出 membership 服务, 并将 star/fortune 重命名为 outlook(JSON 双写兼容);同时修复 /psy API 代理与首页 + 菜单层级。 Co-authored-by: Cursor <cursoragent@cursor.com>
40 lines
510 B
Plaintext
40 lines
510 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
*.log
|
|
.env
|
|
.DS_Store
|
|
|
|
# ESS — machine-local root pointer(仓库内用 scripts 包装器)
|
|
.ess-root
|
|
|
|
# Node
|
|
node_modules/
|
|
dist/
|
|
*.local
|
|
|
|
# Go
|
|
apps/api/bin/
|
|
apps/api/yuxingu-api
|
|
apps/api/tmp/
|
|
*.exe
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Data / local db
|
|
*.db
|
|
.scale_results.db
|
|
|
|
# Local emulator validation + android-adb skill symlinks
|
|
# 测测对照截图本地保存,不入库:.tmp/cece-validation/
|
|
.tmp/
|
|
.tmp/cece-validation/
|
|
tools/android
|
|
tools/android-adb-docs
|
|
|
|
# OS
|
|
Thumbs.db
|
|
.gstack/
|