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

Merge pull request #246 from JackPhallen/feat/purge-python-paths

feat(purge): Additional python purge targets
This commit is contained in:
Tw93
2026-01-04 16:08:25 +08:00
committed by GitHub

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