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

27
.gitignore vendored Normal file
View File

@@ -0,0 +1,27 @@
# Python
__pycache__/
*.py[cod]
*.so
*.egg-info/
build/
dist/
.eggs/
# Virtual envs
.venv/
venv/
backend/venv/
# Env/secrets (НЕ пушим)
.env
.env.*
!.env.example
# Data / volumes / runtime artifacts
data/
*.log
# IDE / OS
.vscode/
.idea/
.DS_Store