Hacker News new | ask | show | jobs
by slhck 327 days ago
Note that it's not really "cleaned up" insofar as there is a uv cache folder that will grow bigger over time as you keep using that feature.
1 comments

True. It's a good idea to periodically run:

  uv cache clean
Or, if you want to specifically clean just jupyter:

  uv cache clean jupyter
if anyone else is curious..

  % cd $(uv cache dir); find . -type f | wc -l; du -hs .
  234495
  16G .