Первоначальная версия VidConf

This commit is contained in:
2026-07-23 01:04:01 +03:00
commit 896455381a
335 changed files with 61527 additions and 0 deletions

43
.gitignore vendored Normal file
View File

@@ -0,0 +1,43 @@
# Python
.venv/
venv/
__pycache__/
*.py[cod]
*.egg-info/
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
htmlcov/
# uv
.uv/
uv.lock.bak
# Node / frontend
node_modules/
dist/
.vite/
frontend/coverage/
# Env / secrets
.env
.env.*
!.env.example
# Models
*.gguf
# Editors / OS
.DS_Store
.idea/
.vscode/
# Docker
deploy/**/*.local.yml
# Артефакты Celery beat
celerybeat-schedule*.db
celerybeat-schedule
# Загруженные медиа-файлы (аватары) — dev-каталог backend/media
backend/media/