project structure and database

This commit is contained in:
2025-07-27 19:34:40 +04:00
parent 833bcd6ff7
commit 361f94323c
23 changed files with 474 additions and 11 deletions

11
.gitignore vendored
View File

@ -1,3 +1,10 @@
.idea
/migrations/versions/*
.env
.venv
.venv
.idea
__pycache__
/venv
/test
/test/*
certs
.vscode