Initial commit

This commit is contained in:
Dmitry Bikulov
2025-09-11 13:42:53 +03:00
commit d1bb3559bb
9 changed files with 640 additions and 0 deletions

14
.dockerignore Normal file
View File

@@ -0,0 +1,14 @@
.git
.gitignore
__pycache__
*.pyc
.pytest_cache
.mypy_cache
.venv
venv
node_modules
.DS_Store
.env
dist
build
*.log