Refactor code structure for improved readability and maintainability

This commit is contained in:
Dmitry
2026-01-03 15:20:57 +03:00
commit 90295d21e6
10 changed files with 498 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv