build: switch to uv + add a nix flake
All checks were successful
Actions / Lint with Ruff & Pylint (push) Successful in 13s
Actions / Build (push) Successful in 15s

This commit is contained in:
cswimr 2024-12-30 10:21:00 -05:00
parent d3511baea3
commit 3e67f627e5
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
8 changed files with 1248 additions and 65 deletions

3
.gitignore vendored
View file

@ -162,3 +162,6 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
# Nix
.direnv/
.devenv/