summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a3c375e..d9bc177 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,7 @@ clean:
-rm -f setuptools-*.egg distribute-*.egg distribute-*.tar.gz
-rm -rf doc/_build doc/_spell doc/sample_html_beta
-rm -rf .tox_kits
+ -rm -rf .cache .pytest_cache
sterile: clean
-rm -rf .tox*