From 7ad1b8d3ea51aa1c8984f982cd53c4643596ed4d Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Thu, 8 Nov 2018 20:57:00 -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 72f0a37..67e816f 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,8 @@ TARGETS = EXTRA_TARGETS = README.html SETUPTOOLS_STUFF = build dist src/pgwui_logout.egg-info # Python 2 needs to remove *.pyc stuff -PYTEST_STUFF = .cache .pytest_cache tests/__pycache__ tests/.pytest_cache \ +PYTEST_STUFF = .cache .pytest_cache src/pgwui_logout/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