Fix + Docker

This commit is contained in:
Lev 2026-04-16 21:07:58 +03:00
parent 8aa4828239
commit 0e71fe7abe
10 changed files with 92 additions and 35 deletions

3
.gitignore vendored
View file

@ -3,4 +3,5 @@
API/__pycache__
API/models/__pycache__
API/routers/__pycache__
API/schemas/__pycache__
API/schemas/__pycache__
API/utils/__pycache__