Migrate project to uv and add Docker CI
All checks were successful
CI / test (push) Successful in 5m48s
CI / test (pull_request) Successful in 48s
CI / docker-build (push) Successful in 3m7s
CI / docker-build (pull_request) Successful in 45s

This commit is contained in:
steve-w
2026-04-06 16:51:36 +00:00
parent 18af835645
commit b2f7d0480a
8 changed files with 516 additions and 40 deletions

12
.dockerignore Normal file
View File

@@ -0,0 +1,12 @@
.git
.gitignore
.pytest_cache
.venv
__pycache__
*.pyc
*.pyo
*.pyd
*.db
shopping.db
.coverage
htmlcov