This commit is contained in:
kandrusyak
2026-07-25 15:07:53 +03:00
commit 6667e0d253
40 changed files with 3258 additions and 0 deletions

17
.dockerignore Normal file
View File

@@ -0,0 +1,17 @@
.git
.github
.idea
.air
.agents
.env
.venv
venv
__pycache__
*.py[cod]
*.sqlite3
*.sqlite3-*
.coverage
.pytest_cache
.mypy_cache
.ruff_cache
tests