-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
67 lines (61 loc) · 1.21 KB
/
Copy path.gitignore
File metadata and controls
67 lines (61 loc) · 1.21 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
# Python
__pycache__/
*.py[cod]
.pytest_cache/
.venv/
venv/
node_modules/
build/
dist/
dist-*/
*.egg-info/
.wheel-check/
# Local data and model artifacts
datasets/
data/
weights/
*.pt
*.pth
*.onnx
*.engine
*.safetensors
# Generated outputs and logs
runs/
outputs/
artifacts/
logs/
*.log
*.csv
*.cache
# Local configuration and machine-specific paths
config.local.*
*.local.json
.env
.demo-*/
.demo-*.png
platform/backend/.m2-repository/
platform/backend/target/
platform/frontend/dist/
platform/frontend/*.tsbuildinfo
platform/campus-deploy/campus.local.env
platform/campus-deploy/本机平台登录信息.txt
platform/campus-deploy/platform.pid
platform/campus-deploy/logs/
# Generated handbook deliverables and render QA (builder assets stay tracked)
docs/YOLO_Label_Recovery_项目开发学习与大厂面试手册.docx
docs/_handbook_qa*/
docs/_blog_docx_assets/
docs/_blog_docx_qa*/
# IDE and OS files
.idea/
.vscode/
Thumbs.db
Desktop.ini
# Keep the synthetic report fixture used by the public demo.
!examples/demo_output/*.csv
!examples/calibration/*.csv
!examples/calibration/output/*.csv
!examples/consensus/*.csv
!examples/consensus/output/*.csv
!examples/near_duplicates/output/*.csv
!examples/prioritization/output/*.csv