Skip to content

Commit b750aa5

Browse files
committed
expand distclean
1 parent 6452386 commit b750aa5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

justfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,10 @@ distclean:
151151
rm -rf {{UV_CACHE_DIR}} {{VENV_DIR}} build/ dist/ wheelhouse/ .pytest_cache/ .ruff_cache/ .mypy_cache/
152152
rm -rf .wstest docs/_build/
153153
154+
rm -f ./*.so
155+
rm -f ./.coverage.*
156+
rm -rf ./_trial_temp
157+
154158
# 2. Use `find` to hunt down and destroy nested artifacts that can be
155159
# scattered throughout the source tree. This is the most thorough part.
156160
echo "--> Searching for and removing nested Python caches..."

0 commit comments

Comments
 (0)