落地输入合规、探索题库、报告日/时辰刷新、账号头像、OEJTS 量表,并补齐 H5 埋点与 Admin 漏斗;同步 ESS 工件、切至自建 Git、清理 GitHub Actions。 Co-authored-by: Cursor <cursoragent@cursor.com>
48 lines
656 B
Plaintext
48 lines
656 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/
|
|
apps/api/data/
|
|
*.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/
|
|
|
|
# Local secrets (never commit)
|
|
apps/api/config.local.yaml
|
|
|
|
# Playwright / Vitest artifacts
|
|
**/test-results/
|
|
**/playwright-report/
|