-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
77 lines (70 loc) · 1.6 KB
/
Copy path.gitignore
File metadata and controls
77 lines (70 loc) · 1.6 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
74
75
76
77
# ROS / colcon generated artifacts
build/
install/
log/
# Python generated artifacts
__pycache__/
*.py[cod]
.venv*/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
# Node / Vite generated artifacts
webapp/node_modules/
webapp/dist/
webapp/tsconfig.tsbuildinfo
webapp/.vite/
webapp/.taskplanner/
# Validation and runtime artifacts
reports/*.json
reports/*.png
reports/*.jpg
reports/*.jpeg
reports/taskplanner_validation_assets/
reports/*_surgery_timeline.txt
reports/*_timeline_recorder*.exit
/reports/release/
/reports/shadow_multicase/
/reports/surgery_records/
/reports/*_surgery_record*.txt
test_outputs/
.playwright-cli/
*.bag
*.db3
*.mcap
*.log
*.tmp
*.bak
# External datasets, annotations, and generated replay artifacts
/data/ct/
/annotated_bags/
/annotations/clinical_video/cases/
/annotations/observable_tool_events/cases/
/annotations/observable_tool_events/proposals/
/annotations/observable_tool_events/reports/
/output/
/unsloth_compiled_cache/
/tools/real_surgery_annotation/web_interaction_review/rfdetr_overlays/
/tools/real_surgery_annotation/web_interaction_review/phase_catalogs/
/tools/real_surgery_annotation/_materialize_*_once.py
/tools/real_surgery_annotation/run_0704_5_gui.sh
/tools/real_surgery_annotation/run_0704_6_interaction_review.sh
/tools/real_surgery_annotation/run_0704_multicase_clinical_review.sh
/tools/real_surgery_annotation/reaudit_0704_11_12_duplicates.py
# Local environment and editor files
.env
.env.*
!.env.example
.nested_git_backup/
.cache/
.vscode/
.idea/
*.swp
*~
# OS metadata
.DS_Store
Thumbs.db
# Windows alternate data stream files copied through WSL
*:Zone.Identifier