From 00c739fea7d22d1c8cefecdcd8a9d106ff6beb07 Mon Sep 17 00:00:00 2001 From: rednafi Date: Tue, 15 Oct 2024 23:48:31 +0200 Subject: [PATCH] Ignore ruff_cache --- .dockerignore | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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`.