diff --git a/Makefile b/Makefile index 06dd2a5d5..862c8b6c4 100644 --- a/Makefile +++ b/Makefile @@ -72,6 +72,7 @@ clean: ## Remove all build files. .coverage \ .failed-tests.txt \ .pytest_cache \ + .ruff_cache/ \ build/ \ dist/ \ docs/_build/ \