1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 12:41:46 +00:00

feat(purge): Additional python purge targets

This commit is contained in:
Jack Phallen
2026-01-03 22:54:37 -08:00
parent ad42266b09
commit 2045917c23

View File

@@ -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