Merge pull request 'fix/cluster-manager-crash-due-to-overpass-exception' (#72) from fix/cluster-manager-crash-due-to-overpass-exception into main
Some checks failed
Build and deploy the backend to production / Build and push image (push) Successful in 1m50s
Build and release apps to production track / Get version (push) Has been cancelled
Build and release apps to production track / Build and upload android app (push) Has been cancelled
Build and release apps to production track / Build and upload ios app (push) Has been cancelled

Reviewed-on: #72
This commit is contained in:
2025-11-24 19:22:20 +00:00
36 changed files with 3263 additions and 2391 deletions

5
backend/.gitignore vendored
View File

@@ -15,6 +15,9 @@ __pycache__/
# C extensions
*.so
# Pytest reports
report.html
# Distribution / packaging
.Python
build/
@@ -131,7 +134,7 @@ celerybeat.pid
*.sage.py
# Environments
.env
*.env
.venv
env/
venv/