main: initial library code

This commit is contained in:
2026-05-09 17:48:09 +03:00
commit 17e99e2f06
13 changed files with 37608 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
.cache/
.coverage
.coverage-report/
.pdm.lock/
.vscode/
**/__pycache__/
**/*.pyc
.pdm-build/
dist/
build/
pytest_cache/
.venv/
var/
.env