To speedup multi job workflows, is there a way to tell the persist_to_workspace
directive to exclude certain folders such as our large python “venv” dependencies? We already have this cached & would like to simply restore it in downstream jobs.
We know we could explicitly white-list all folders we want to survive in downstream jobs but we would rather black-list things to keep configs more maintainable.