Summary
Hello! I'm using pyflyte run --remote ...
and everything is working, but I notice that my .flyteignore
file is not being obeyed in --copy auto
mode, only all
. Is this the intended behavior? The function that lists the imported files <https://github.com/flyteorg/flytekit/blob/master/flytekit/tools/script_mode.py#L116|isn't being passed the ignore_group object>.