app backend prima

This commit is contained in:
2025-10-20 19:10:08 +02:00
commit 438255d27b
42 changed files with 4622 additions and 0 deletions

42
.gitignore vendored Normal file
View File

@@ -0,0 +1,42 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
env/
venv/
ENV/
# Environment
.env
.env.local
# Firebase
firebase-credentials.json
# Database
*.db
*.sqlite3
# IDE
.vscode/
.idea/
*.swp
*.swo
# Testing
.pytest_cache/
.coverage
htmlcov/
# Alembic
alembic/versions/*.py
!alembic/versions/.gitkeep
# mosquitto docker files
mosquitto/