This commit is contained in:
2026-04-22 18:34:13 +03:00
parent 3992121397
commit ce7a1f70b2
60 changed files with 10243 additions and 3443 deletions

13
.dockerignore Normal file
View File

@@ -0,0 +1,13 @@
.env
.env.local
.venv
.analysis-venv
.verify-venv
.ticket-verify-venv
__pycache__
.pytest_cache
.mypy_cache
.ruff_cache
.git
.gitignore
tests