Fix/server error handling (#212)

* chore: add venv/ to gitignore

* fix: add server error handling and graceful shutdown

* Fix linting issues in server.py
This commit is contained in:
Harsha Vardhan Mannem
2025-05-22 00:45:07 -05:00
committed by GitHub
parent 55ce399969
commit 3ed70e11d5
2 changed files with 26 additions and 11 deletions

1
.gitignore vendored
View File

@@ -11,6 +11,7 @@ static/browser_history/*.gif
# Virtual environments
.venv
venv/
# Environment variables
.env