Adding CI/CD

This commit is contained in:
2026-03-16 16:26:23 -07:00
parent cb2b73d414
commit d4ebfb27da
4 changed files with 652 additions and 6 deletions

5
.gitignore vendored
View File

@@ -7,4 +7,7 @@ build/
.venv/
venv/
.pytest_cache/
.mypy_cache/
.mypy_cache/
coverage.xml
.coverage
htmlcov/