-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (43 loc) · 780 Bytes
/
Copy path.gitignore
File metadata and controls
50 lines (43 loc) · 780 Bytes
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
# Dependencies
node_modules/
package-lock.json
# Binaries
*.deb
*.exe
*.dll
# OS files
.DS_Store
Thumbs.db
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.py
# Local/Backup HTML
index-original.html
index-tokyo.html
# Assets (Excluded for lean repo, hosted externally if needed)
data/*.pdf
commentary_audio/
commentary_audio_v2/
commentary_age_aware/
commentary_anonymized/
commentary_dual/
# Intermediate/Internal Data & Scripts
data/commentary_timing.json
data/commentary_timing_real.json
data/fully_aligned_commentary.json
data/race_transcript_window.json
data/replay_sync.json
data/tokyo_800m_results.json
data/transcript_800m.json
data/transcript_race_alignment.json
js/audio-manager.js
js/commentary-engine.js
js/real-race-data.js
# Build artifacts
.next/
out/
build/
dist/