~Hey, is there a way to ignore files from being pa...
# ask-metaflow
g
Hey, is there a way to ignore files from being packaged in extension, e.g. I'm trying to ignore files from
.mypy_cache
, and looking for a proper way of doing something like https://github.com/zyxue/metaflow/commit/19222e9bb5044277cf7a224cbbbd92d4429e579c
looks no longer needed, we customized
add_to_package
in our extension
1
d
Probably late but add_to_package changed a bit in 2.16. Calling it out if you hadn’t seen :).
💡 1