feat: add runnable simulator foundation

This commit is contained in:
Sergey Antropoff
2026-07-12 23:06:25 +03:00
parent 8804a3ec47
commit e11014ea26
25 changed files with 739 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
.git
.venv
__pycache__
.mypy_cache
.pytest_cache
.ruff_cache
.env
htmlcov
tests
docs