Description
modctl modelfile generate currently uses an internal isSkippable rule to exclude files from ModelFile.
It would be helpful to have a way to specify ignore patterns similar to .gitignore, to exclude temporary artifacts such as checkpoints.
Solution
Description
modctl modelfile generatecurrently uses an internalisSkippablerule to exclude files from ModelFile.It would be helpful to have a way to specify ignore patterns similar to
.gitignore, to exclude temporary artifacts such ascheckpoints.Solution
CLI flag
modctl modelfile generate --exclude "checkpoints/**,wandb/**"File-based
Automatically apply patterns from the ignore file in workspace like
.modignore