//! Path builders for the moadim jobs directory layout.
use PathBuf;
/// Returns the path to `~/.config/moadim/jobs/`.
/// Returns the path to `{jobs_dir}/{id}/`.
/// Returns the path to `{jobs_dir}/{id}/job.toml`.
/// Returns the path to `{jobs_dir}/{id}/job.local.toml`.
/// Returns the path to `{jobs_dir}/{id}/.gitignore`.