Add architecture package and application skeleton

This commit is contained in:
2026-07-03 21:09:47 +03:00
parent 7d6cc1c83e
commit ce2b263e52
47 changed files with 2377 additions and 53 deletions
+22
View File
@@ -0,0 +1,22 @@
.pytest_cache/
.ruff_cache/
.mypy_cache/
.venv/
__pycache__/
*.pyc
*.pyo
*.pyd
.coverage
htmlcov/
dist/
build/
site/
*.egg-info/
.idea/
.vscode/
.DS_Store
Thumbs.db
*.db
*.sqlite3
runtime/
artifacts/