Skip to content

Commit

Permalink
build: also remove .ruff_cache .pytest_cache etc
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Mar 7, 2024
1 parent 9c18524 commit 337366f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ clean: ## Remove artifacts of test execution, installation, etc.

sterile: clean ## Remove all non-controlled content.
-rm -rf .tox*
-rm -rf .*_cache

test: ## Run the test suite.
tox -q
Expand Down

0 comments on commit 337366f

Please sign in to comment.