add .benchmarks to cleaning

This commit is contained in:
Thomas (Tom) C. Gorordo 2025-04-18 02:49:32 -07:00
parent fbd69805ca
commit 3507cf1290
Signed by: tgorordo
GPG key ID: 0CBED22BB0D94490

View file

@ -13,7 +13,7 @@ format:
clean: clean:
uv run pyclean src test uv run pyclean src test
uv run ruff clean uv run ruff clean
rm -rf .pytest_cache .hypothesis rm -rf .pytest_cache .hypothesis .benchmarks
wipe: wipe:
just clean just clean