add just clean

This commit is contained in:
Evan Quiney
2025-10-07 16:29:51 +01:00
committed by GitHub
parent 84dfc8a738
commit a4e8335241
+5
View File
@@ -15,3 +15,8 @@ sync:
sync-clean:
uv sync --all-packages --force-reinstall --no-cache
clean:
rm -rf **/__pycache__
rm -rf rust/target
rm -rf .venv