diff --git a/.dockerignore b/.dockerignore index 92c38ea..3f59559 100755 --- a/.dockerignore +++ b/.dockerignore @@ -16,5 +16,7 @@ coverage.xml .git .mypy_cache .pytest_cache +.ruff_cache +.github .hypothesis .venv diff --git a/README.md b/README.md index ca1e210..84db8b5 100755 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ If you want to run the app locally, without using Docker, then: } ``` -### Testing, Linting, and Maintenance +### Housekeeping - Run tests with `make tests` (uses [pytest][pytest]). - Lint with [ruff] and check types with [mypy] using `make lint`.