From 8511c4a73af5e56136af88646a2d72b30a4d8d9b Mon Sep 17 00:00:00 2001 From: Vincent Date: Fri, 4 Sep 2026 00:32:37 +0200 Subject: [PATCH] Keep recordings out of the repo A 16.7 MB take had been committed and made up the whole of the repository. It is out of the history now, and ignored so it cannot come back: the tests build their own fixtures in temp directories and never need one here. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index d539389..9b3e0c9 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,8 @@ dist/ # Local-only settings: machine-specific, and not the project's business. .claude/settings.local.json + +# Recordings. This is a tool for working on someone's rushes, not a place to +# keep them: a single take is bigger than the entire source tree, and it is +# somebody's material. Test fixtures are generated into temp dirs, never here. +*.wav