:wave: Hey all. I'm wondering if there is currentl...
# ask-metaflow
s
👋 Hey all. I'm wondering if there is currently a way to exclude certain directories / files from the code package that metaflow generates. The current issue is that we use the flag
--package-suffixes=".ipynb"
to include card notebooks, but this also includes analysis notebooks in a
./notebooks/
directory. This bloats the package quite a lot and makes things slow.
✅ 1