diff --git a/Makefile b/Makefile index 55ff874f1..5671df253 100644 --- a/Makefile +++ b/Makefile @@ -27,5 +27,7 @@ clean: rm -f translations/*~ rm -rf __pycache__ rm -f datashards/*~ + rm -f datashards/stores/*~ rm -rf datashards/__pycache__ + rm -rf datashards/stores/__pycache__ rm -f calendar.css blog.css epicyon.css follow.css login.css options.css search.css suspended.css diff --git a/datashards/stores/__pycache__/__init__.cpython-39.pyc b/datashards/stores/__pycache__/__init__.cpython-39.pyc deleted file mode 100644 index 46edeaa71..000000000 Binary files a/datashards/stores/__pycache__/__init__.cpython-39.pyc and /dev/null differ diff --git a/datashards/stores/__pycache__/base.cpython-39.pyc b/datashards/stores/__pycache__/base.cpython-39.pyc deleted file mode 100644 index fe765988a..000000000 Binary files a/datashards/stores/__pycache__/base.cpython-39.pyc and /dev/null differ diff --git a/datashards/stores/__pycache__/filestore.cpython-39.pyc b/datashards/stores/__pycache__/filestore.cpython-39.pyc deleted file mode 100644 index 9df52ec3a..000000000 Binary files a/datashards/stores/__pycache__/filestore.cpython-39.pyc and /dev/null differ diff --git a/datashards/stores/__pycache__/fizzgig.cpython-39.pyc b/datashards/stores/__pycache__/fizzgig.cpython-39.pyc deleted file mode 100644 index dfb2b9415..000000000 Binary files a/datashards/stores/__pycache__/fizzgig.cpython-39.pyc and /dev/null differ diff --git a/datashards/stores/__pycache__/memorystore.cpython-39.pyc b/datashards/stores/__pycache__/memorystore.cpython-39.pyc deleted file mode 100644 index eb7d2807b..000000000 Binary files a/datashards/stores/__pycache__/memorystore.cpython-39.pyc and /dev/null differ diff --git a/datashards/stores/__pycache__/remotemagencstore.cpython-39.pyc b/datashards/stores/__pycache__/remotemagencstore.cpython-39.pyc deleted file mode 100644 index 5301c4ef7..000000000 Binary files a/datashards/stores/__pycache__/remotemagencstore.cpython-39.pyc and /dev/null differ