From 621f50e685d9beeb1fe502a133e76fbd5a8a9c5c Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Tue, 24 Nov 2020 15:06:34 +0100 Subject: cleanup --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ff7cb30..752fad3 100644 --- a/Makefile +++ b/Makefile @@ -49,6 +49,7 @@ clean: ## Clean all artifacts rm -rf .pytest_cache/ rm -rf .coverage rm -rf .mypy_cache/ + find . -name "__pycache__" -type d -exec rm -rf {} \; # Upload requires https://github.com/pypa/twine and some configuration. .PHONY: upload -- cgit v1.2.3