From 51fa101e70f233a672a7b5ea81d68ee64085d280 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Thu, 8 Nov 2018 20:55:39 -0600 Subject: [PATCH] Clean the python cache views dir --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d85837d..f2a78fb 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,8 @@ VIRTUALENV=virtualenv -p ${PYTHON_EXE} TARGETS = EXTRA_TARGETS = README.html SETUPTOOLS_STUFF = build dist src/pgwui_upload.egg-info -PYTEST_STUFF = .cache .pytest_cache tests/__pycache__ tests/.pytest_cache \ +PYTEST_STUFF = .cache .pytest_cache src/pgwui_upload/views/__pycache__ \ + tests/__pycache__ tests/.pytest_cache \ tests/test_views/__pycache__ tests/test_views/.pytest_cache \ tests/test_views/__init__.pyc COVERAGE_STUFF = .coverage -- 2.34.1