💭 uv cache prune ================ !https://simonwillison.net/2025/Jul/8/uv-cache-prune/#atom-everything Date: July 9, 2025 uv cache prune If you're running low on disk space and are a uv user, don't forget about uv cache prune: uv cache prune removes all unused cache entries. For example, the cache … Simon Willison’s Weblog · simonwillison.net [1] Good point to check on your uv cache if you are running low on disk space. I checked mine today, and it wasn't too bad so I left it alone. ``` bash du -sh `uv cache dir` ``` !!! note This post is a thought [2]. It's a short note that I make about someone else's content online #thoughts [3] References: [1]: https://simonwillison.net/2025/Jul/8/uv-cache-prune/#atom-everything [2]: /thoughts/ [3]: /tags/thoughts/