We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6452386 commit b750aa5Copy full SHA for b750aa5
1 file changed
justfile
@@ -151,6 +151,10 @@ distclean:
151
rm -rf {{UV_CACHE_DIR}} {{VENV_DIR}} build/ dist/ wheelhouse/ .pytest_cache/ .ruff_cache/ .mypy_cache/
152
rm -rf .wstest docs/_build/
153
154
+ rm -f ./*.so
155
+ rm -f ./.coverage.*
156
+ rm -rf ./_trial_temp
157
+
158
# 2. Use `find` to hunt down and destroy nested artifacts that can be
159
# scattered throughout the source tree. This is the most thorough part.
160
echo "--> Searching for and removing nested Python caches..."
0 commit comments