-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
73 lines (57 loc) · 1.06 KB
/
Copy path.gitignore
File metadata and controls
73 lines (57 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# Dependencies
node_modules/
# Rust build
src-tauri/target/
# Build output
dist/
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db
# Old project files (lumora-secondary-pages)
/assets/
/pages/
lumora-secondary-pages.design
orchestration-summary.json
# Python
__pycache__/
*.pyc
src-tauri/sidecar/__pycache__/
.pytest-tmp/
# Build artifacts
*.msi
# Tool-generated
.understand-anything/
.planning/
*.exe
*.dmg
*.AppImage
# Environment
.env
.env.local
.env.*.local
.hermes/
.deepx/
.understand-anything/
# Local database backups (large, machine-specific)
backups/
# Local dev server logs
tauri-dev*.log
# Local Tauri build logs
tauri-build.err
tauri-build.log
# VM 测试资产:只入库 README/脚本/应答文件,不入库截图与归档
test-vm/archive/
test-vm/screenshots/
test-vm/answer.iso
test-vm/results/
# Playwright 产物
playwright-report/
test-results/
# 桌面 E2E 本地工具(msedgedriver 体积大、版本绑定本机 Edge)
scripts/tools/
# 本地编排/审计产物(不入库;审计结论沉淀在 docs/05-qa)
/.agent-teams/
/.audit-logs/