summaryrefslogtreecommitdiff
path: root/dev/clean.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dev/clean.sh')
-rwxr-xr-xdev/clean.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/dev/clean.sh b/dev/clean.sh
deleted file mode 100755
index 77159bd..0000000
--- a/dev/clean.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#! /bin/sh
-
-rm -rf build/ dist/ *.egg-info .pytest_cache/ .hypothesis/ .tox/
-find . -type d -name __pycache__ -delete
-find . -type f -name "*.pyc" -delete