cleanup generated doc files in makefile

This commit is contained in:
Bastian Venthur
2022-06-09 21:52:34 +02:00
parent a60887e0d6
commit c3edbeb511
2 changed files with 4 additions and 0 deletions

3
.gitignore vendored
View File

@@ -5,6 +5,9 @@ build/
dist/
*.egg-info/
docs/_build/
docs/api/
htmlcov/
.coverage

View File

@@ -46,6 +46,7 @@ clean:
rm -rf build dist *.egg-info
rm -rf $(VENV)
rm -rf $(DOCS_OUT)
rm -rf $(DOCS_SRC)/api
find . -type f -name *.pyc -delete
find . -type d -name __pycache__ -delete
# coverage