Ensure we clean up egg-info directories

This commit is contained in:
Arun Babu Neelicattu 2020-07-10 14:25:28 +02:00 committed by Bouke Versteegh
parent 459d12b24d
commit 42e197f985

View File

@ -23,7 +23,8 @@ clean: ## - Clean out generated files from the workspace
.pytest_cache \ .pytest_cache \
dist \ dist \
**/__pycache__ \ **/__pycache__ \
tests/output_* tests/output_* \
**/*.egg-info
# Manual testing # Manual testing