# .museignore — snapshot exclusion rules for this repository. [global] patterns = [ ".DS_Store", "Thumbs.db", "*.tmp", "*.swp", "*.swo", # Finished recordings exceed muse's 256 MB per-object write limit # (MAX_OBJECT_WRITE_BYTES, muse/core/validation.py — a deliberate, # non-configurable pack-bomb/DoS guard, not a bug). Videos stay on # disk in the working tree and get hosted externally (YouTube, cloud # storage) rather than committed to the object store. "*.mov", "*.mp4", ]