IBM / data-prep-kit

Open source project for data preparation of LLM application builders
https://ibm.github.io/data-prep-kit/
Apache License 2.0
307 stars 134 forks source link

[Feature] Some subdirs not cleaning up venv on make clean #819

Open daw3rd opened 1 day ago

daw3rd commented 1 day ago

Search before asking

Component

Other

Feature

After using a repo dir tree for a very long time, I have accumulated lots of venvs and other stuff (the dir tree was very large). I ran make clean but still find the following directories containing venv dir

./transforms/packaging/venv
./kfp/kfp_support_lib/python_apiserver_client/venv
./kfp/kfp_support_lib/venv
./examples/notebooks/code/venv
./examples/notebooks/code/venv/lib/python3.10/site-packages/jedi/third_party/typeshed/stdlib/3/venv

Are you willing to submit a PR?