Clean up cached file from local test
11 Sep 2024I found a useful python package for cleaning up cached files created in a local (suite of unit) test. called pyclean
:
https://pypi.org/project/pyclean/
After installing, to clean up after a test, execute
pyclean --verbose .
would clean up the files and list out all the files deleted.