.museignore toml
17 lines 533 B
Raw
sha256:07c10b6184a651841b238710523048c817c5c062f2435c64628f6e407e9d55e3 Fix stale 'under seven minutes' claim in THE POINT section Sonnet 5 minor ⚠ breaking 6 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 2 commits
sha256:07c10b6184a651841b238710523048c817c5c062f2435c64628f6e407e9d55e3 Fix stale 'under seven minutes' claim in THE POINT section Sonnet 5 minor 6 hours ago
sha256:09264fa85007556b21298030c0b199f4cfd62912a27b1838f586c31b8908beed Rename Episode 01 to 'The Whole Workflow' Sonnet 5 1 day ago