initial release
Some checks failed
CI / test (3.13) (push) Failing after 22s

This commit is contained in:
Alexander Kalinovsky
2025-08-25 19:45:21 +03:00
parent cc067ec78d
commit 2954913673
36 changed files with 2890 additions and 11 deletions

20
.gitignore vendored Normal file
View File

@@ -0,0 +1,20 @@
# SPDX-FileCopyrightText: 2025 Alexander Kalinovsky <a@k8y.ru>
#
# SPDX-License-Identifier: MIT
__pycache__
.venv
.env
.pytest_cache
.DS_Store
.ruff_cache
.mypy_cache
uv.lock
build/
*.egg-info/
.coverage
*.py,cover
.vscode/
htmlcov/
/output/
/templates/