From 2045917c235624e072ffe47c57bd24388101fe64 Mon Sep 17 00:00:00 2001 From: Jack Phallen Date: Sat, 3 Jan 2026 22:54:37 -0800 Subject: [PATCH] feat(purge): Additional python purge targets --- lib/clean/project.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/clean/project.sh b/lib/clean/project.sh index 31e3924..209c02d 100644 --- a/lib/clean/project.sh +++ b/lib/clean/project.sh @@ -18,6 +18,11 @@ readonly PURGE_TARGETS=( "dist" # JS builds "venv" # Python ".venv" # Python + ".pytest_cache" # Python (pytest) + ".mypy_cache" # Python (mypy) + ".tox" # Python (tox virtualenvs) + ".nox" # Python (nox virtualenvs) + ".ruff_cache" # Python (ruff) ".gradle" # Gradle local "__pycache__" # Python ".next" # Next.js