Add .pytest_cache to the deploy-exclude list

This commit is contained in:
Tom Byers
2019-12-02 16:26:49 +00:00
parent 3e1af6078f
commit 200a9d479a

View File

@@ -9,3 +9,4 @@ target/*
venv/* venv/*
.envrc .envrc
.cf/* .cf/*
.pytest_cache/*