Hi, when running metaflow on remote environment li...
# ask-metaflow
h
Hi, when running metaflow on remote environment like k8s, it packages every files in the directory. Is there a way to avoid it? Looking for a functionality similar to .gitignore/.dockerignore We need almost all the files except from a few 1 or 2 dirs. Curious to know if there's any way apart from dedicated directory for the flow or symlinks.
1
r
We are working on something like a
.metaflowignore
or
.metaflow_package
file to help with this and will let you know once we have something out.
h
That's great to hear!. Thank you.