-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
124 lines (113 loc) · 1.57 KB
/
Copy path.gitignore
File metadata and controls
124 lines (113 loc) · 1.57 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
.uv/
.uv-cache/
.tmp/
.local/
# Build
build/
dist/
*.spec
# Web
web/node_modules/
web/.next/
web/out/
web/.playwright-tmp/
web/playwright-report/
web/test-results/
# IDE
.vscode/
.idea/
# App data
*.log
logs/current-hardware-bridge-url.txt
*.db
*.sqlite
*.sqlite3
snapshots/
dataset_v2/
runs/
yolo*.pt
# Config (private)
config.json
config.before-*.json
config.local.json
.env
.env.*
!.env.example
# Local captures, audits, and scratch outputs
audit/*
!audit/.gitignore
!audit/.gitkeep
web/.audit-tmp/
web/audit-*.png
web/audit-agent-*.png
web/map-test-*.png
web/plan-*.png
web/lighthouse-report.json
web/diff.txt
web/out.txt
web/ORIGINAL_REQUEST.md
web/PROJECT.md
web/extract_strings.js
web/search.js
web/search_diacritics.js
web/tsconfig.tsbuildinfo
camera-live-frame.jpg
grid.jpg
test_can.jpg
user-dashboard-logged-in.png
tmp.*
tmp_*.jpg
capture_loop*.py
clean_queue.py
fix_dataset.py
label_grid.py
predict_unlabeled.py
promote_anchors.py
stitch_grid.py
scripts/refactor_dashboard.py
# Private docs (per global rule)
.codex/
.claude/
.agents/
AGENTS.md
plans/
CLAUDE.md
CLAUDE.MD
PLAN*.md
plan*.md
NOTES*.md
notes*.md
TODO*.md
todo*.md
DRAFT*.md
draft*.md
*.private.md
*.local.md
.claude-private/
.private/
.omc/
.claude/worktrees/
docs/superpowers/
# Coverage / test artifacts
.coverage
.coverage.*
htmlcov/
.pytest_cache/
audit_artifacts/
docs/audit/
# Generated launcher shortcuts (regenerated on every build)
*.lnk
# OS
Thumbs.db
.DS_Store
desktop.ini
models/*.pt
!models/.gitkeep
!models/best.pt
!models/new-class-specialist.pt
.vercel