random sync

This commit is contained in:
Thomas (Tom) C. Gorordo 2025-05-07 11:08:19 -07:00
parent 7b53685b00
commit 6cdc579270
Signed by: tgorordo
GPG key ID: 0CBED22BB0D94490
6 changed files with 933 additions and 144 deletions

View file

@ -1,3 +1,6 @@
list:
just --list
run:
uv run carousel
@ -20,7 +23,7 @@ compile:
clean:
uv run pyclean src test
uv run ruff clean
rm -rf main.spec cli.spec gui.spec build dist .pytest_cache .hypothesis .benchmarks
rm -rf main.spec cli.spec gui.spec build dist .pytest_cache .hypothesis .benchmarks __marimo__
wipe:
just clean