-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
86 lines (73 loc) · 2.06 KB
/
Copy path.gitignore
File metadata and controls
86 lines (73 loc) · 2.06 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
# macOS
# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Vite build output
dist/
dist-ssr/
# Vite dep optimization cache
.vite/
# TypeScript incremental build info
*.tsbuildinfo
# Blender source files (binary; commit only the exported .glb in public/models/)
*.blend
*.blend1
blend/**/*.blend
blend/**/*.blend1
# Scratch renders from blender previews / debug passes (live in blend/
# alongside the .blend sources but aren't deliverables).
blend/*.png
# Editor / IDE
.vscode/*
!.vscode/extensions.json
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Env
.env
.env.local
.env.*.local
# Logs
logs
*.log
# Coverage
coverage/
# OSS Ledger subproject: generated page (regenerated by refresh.py before
# every build, same treatment as dist/) and Python bytecode cache.
public/oss-contribution-tracker/
oss-contribution-tracker/__pycache__/
oss-contribution-tracker/*.pyc
# Playwright test runtime + intermediate artifacts (videos, traces).
# Demo output: the .gif IS committed (referenced from README); the .mp4
# lives in public/demo.mp4 (committed, served for og:video). The mp4 in
# e2e/demo/output/ is just a working file — copy it to public/ when you
# re-record.
test-results/
playwright-report/
.playwright-bdd/
.features-gen/
e2e/demo/output/*.webm
e2e/demo/output/*.mp4
e2e/demo/output/*-FAILED.*
# Narration intermediates — TTS / voice-clone working files (Chatterbox
# WAVs, ElevenLabs voice-clone takes, remote-render iterations). All
# regenerable from e2e/demo/SCRIPT.md; the final voiced mp4 lives at
# public/demo.mp4 (og:video), so the raw audio here is never committed.
e2e/demo/output/*.wav
e2e/demo/output/*.mp3
e2e/demo/output/narration.txt
e2e/demo/output/.eleven-chunks/
# Voice-training reading corpus — scripts to read aloud for PVC training.
# Working material for building the voice clone, not part of the shipped site.
e2e/demo/voice-training/
# Local debug scratch — root-level Playwright/one-off probes (underscore
# prefix). Kept locally while debugging the scene; never part of the site.
/_*.mjs
.lighthouseci
lh-report.json