1
0
Fork 0

feat: Initial commit

This commit is contained in:
mrsobakin 2026-02-24 13:14:57 +03:00
commit 1e5654e591
No known key found for this signature in database
GPG key ID: 325CBF665E4FFD6E
10 changed files with 1336 additions and 0 deletions

6
.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
.venv/
__pycache__/
*.pyc
.ruff_cache/
dist/
*.egg-info/