.museignore toml
17 lines 533 B
Raw
sha256:9d1ea45a2011a260f572de8a1f3ba0a5da60dcd766fe2bdf42c83741ee7e7a37 Add placeholder script files for episodes 03-21 Sonnet 5 patch 5 hours ago
1 # .museignore — snapshot exclusion rules for this repository.
2
3 [global]
4 patterns = [
5 ".DS_Store",
6 "Thumbs.db",
7 "*.tmp",
8 "*.swp",
9 "*.swo",
10 # Finished recordings exceed muse's 256 MB per-object write limit
11 # (MAX_OBJECT_WRITE_BYTES, muse/core/validation.py — a deliberate,
12 # non-configurable pack-bomb/DoS guard, not a bug). Videos stay on
13 # disk in the working tree and get hosted externally (YouTube, cloud
14 # storage) rather than committed to the object store.
15 "*.mov",
16 "*.mp4",
17 ]
File History 1 commit
sha256:608aad4a9a759dee446dce79d83668579b810e59b62f8d407bba22e0f27642cc Move Episode 22 script into place Sonnet 5 1 hour ago