Docs: начальная структура проекта

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-25 14:59:46 +00:00
commit 1669c12182
56 changed files with 2085 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
.env
*.pyc
__pycache__/
*.sqlite3
.git/
logs/*.log
app/logs/*.log
.venv/
venv/
*.egg-info/
.eggs/