Initial import

This commit is contained in:
2026-03-05 14:27:30 +00:00
commit bcbf9155d7
26 changed files with 841 additions and 0 deletions

20
.cursorignore Normal file
View File

@@ -0,0 +1,20 @@
# Инфраструктура и базы данных (исключаем бинарники и логи)
data/
# Виртуальное окружение Python
backend/venv/
venv/
env/
.env/
# Кэш Python
__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/
# Среды разработки и OS
.vscode/
.idea/
.DS_Store