From 3507cf1290c57c1ca62fe6dad70bd68bc692afcf Mon Sep 17 00:00:00 2001 From: "Thomas (Tom) C. Gorordo" Date: Fri, 18 Apr 2025 02:49:32 -0700 Subject: [PATCH] add .benchmarks to cleaning --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 3fa7783..bbd6eab 100644 --- a/justfile +++ b/justfile @@ -13,7 +13,7 @@ format: clean: uv run pyclean src test uv run ruff clean - rm -rf .pytest_cache .hypothesis + rm -rf .pytest_cache .hypothesis .benchmarks wipe: just clean