Refactor web server initialization for graceful shutdown; update .gitignore to exclude additional cache files

This commit is contained in:
pacnpal
2025-02-24 16:54:22 -05:00
parent c5bd2bf65f
commit 98eeb46c61
7 changed files with 21 additions and 9 deletions

4
.gitignore vendored
View File

@@ -28,3 +28,7 @@ queue_state.json
system_prompt.yaml
discord_glhf/__pycache__/bot.cpython-313.pyc
discord_glhf/handlers/__pycache__/event_handler.cpython-313.pyc
discord_glhf/__pycache__/api.cpython-313.pyc
discord_glhf/__pycache__/bot.cpython-313.pyc
discord_glhf/handlers/__pycache__/event_handler.cpython-313.pyc
discord_glhf/web/__pycache__/app.cpython-313.pyc