pub const MZPROFILE_FILENAME: &str = ".mzprofile";Expand description
Filename of the per-project default-profile pointer.
Lives at the project root (alongside project.toml), holds a single
profile name as plain text. Analogous to kubectl’s
current-context. Machine-local — should be listed in .gitignore so
developers on the same project can each set their own default.