Drop the scratch probes, and stop them coming back

_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>
This commit is contained in:
Dejvino
2026-08-06 20:09:56 +02:00
co-authored by Claude Opus 5
parent 8f5ff3a239
commit c92c398d18
8 changed files with 4 additions and 594 deletions
+4
View File
@@ -2,3 +2,7 @@ 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