Refactor code structure for improved readability and maintainability

This commit is contained in:
Artem Kashaev
2026-05-28 10:36:17 +05:00
commit d5a889ed6d
49 changed files with 6853 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
.venv/
__pycache__/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.ty/
node_modules/
dist/
build/
*.tsbuildinfo
.env
.env.*
!.env.example
*.pyc
*.pyo
*.log
coverage/
.DS_Store