feat: initial commit with CLI, core logic and tests

This commit is contained in:
2026-09-06 22:58:22 +03:00
commit 7ef5313d73
9 changed files with 168 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
.venv/
__pycache__/
*.egg-info/
.pytest_cache/
.coverage