Add checkpoint logic and tests

This commit is contained in:
qananasikq
2026-04-15 11:10:32 +03:00
parent d9111be2d2
commit acbb045b6e
8 changed files with 432 additions and 175 deletions

5
.gitignore vendored
View File

@@ -2,8 +2,9 @@ __pycache__/
.pytest_cache/
.coverage
coverage.xml
.env
.env.*
.env*
!.env
.env.example
.venv/
venv/
*.pyc