_audioprobe, _captureprobe, _decodetest, _encprobe, _exporttest, _muxprobe
and _playtest were one-off harnesses for debugging the decode/encode/mux
path. They were untracked working-tree files until `git add -A` in 17a583a
swept them into that commit — my mistake, not a deliberate decision.
Removed, and _*.html added to .gitignore so a broad `git add` cannot pick up
the next batch either.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
9 lines
181 B
Plaintext
9 lines
181 B
Plaintext
node_modules
|
|
dist
|
|
.vite
|
|
out
|
|
|
|
# Scratch probes: one-off harnesses for debugging decode/encode/mux issues.
|
|
# They are throwaway by nature and were committed once by accident.
|
|
_*.html
|