-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
70 lines (59 loc) · 1.49 KB
/
Copy path.gitignore
File metadata and controls
70 lines (59 loc) · 1.49 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
# =====================================================================
# .gitignore — ad-edge-demo
# 维护原则:当前 UI 演示路径相关 → 入 git
# 老旧/历史/大文件/本地状态 → 不入 git
# =====================================================================
# === Python ===
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/
# === source code ===
Source code/
Source code.zip
# === Node / 前端构建产物 ===
node_modules/
dist/
build/
.vite/
# === 运行时 / 本地环境 ===
.env
*.log
frontend/screenshots/
# === 本机调试产物 ===
debug/
# === Windows ADS 残留(*:Zone.Identifier / *Zone.Identifier) ===
*Zone.Identifier
# === 大体积数据 / 真实 MRI / 运行时落盘 ===
data/Real_MRI/
data/runtime/
data/Data/
data/lan_inbox/
data/upload_map.local.json
# === Case 包内 RI 真算产物 (output/、compute/) — 本演示走 _locked 跳过 ===
data/cases/*/output/*
!data/cases/*/output/.gitkeep
data/cases/*/compute/
# === 旧版 / 与当前 UI 无关的根目录文档 ===
OHBM on AD.pdf
OHBM on AD.txt
OHBM_AD_dMRI_workflow_teaching.pdf
OHBM_AD_dMRI_workflow_teaching.txt
完整工作流.png
Page style.md
Question.md
detail plan.md
展示形式.md
香橙派 aipro.md
# === v1 阶段协作文档(整个 coordination/) ===
coordination/
# === docs/ 中已被 v2.x 覆盖的旧文档 ===
docs/PHASE_3.5_UI_FIXES.md
docs/REFACTOR_SPEC.md
docs/UI_DESIGN_REFERENCE.md
docs/acceptance_tests.md
docs/start_demo.md
docs/wsl_setup.md