.museignore
toml
sha256:1141db9cac07a2646be40c7250ca5c7e920c4d0f62a1efcbf1b83a95be1f972f
Initial commit: Build With Muse — Season 1 scaffolding + ep…
Sonnet 5
patch
18 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:1141db9cac07a2646be40c7250ca5c7e920c4d0f62a1efcbf1b83a95be1f972f
Initial commit: Build With Muse — Season 1 scaffolding + ep…
Sonnet 5
patch
18 hours ago