From 519dfaa0386125ad5941615db51e82b77d192cc5 Mon Sep 17 00:00:00 2001 From: pacnpal <183241239+pacnpal@users.noreply.github.com> Date: Tue, 25 Feb 2025 11:06:04 -0500 Subject: [PATCH] Update .gitignore to exclude additional Python bytecode files and database artifacts --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitignore b/.gitignore index 6345d03..680241d 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,15 @@ conversation_history.db-shm conversation_history.db-wal discord_bot.log queue_state.json +discord_glhf/__pycache__/api.cpython-313.pyc +discord_glhf/__pycache__/bot.cpython-313.pyc +discord_glhf/__pycache__/http_server.cpython-313.pyc +discord_glhf/handlers/__pycache__/event_handler.cpython-313.pyc +discord_glhf/handlers/__pycache__/message_handler.cpython-313.pyc +discord_glhf/handlers/__pycache__/tool_handler.cpython-313.pyc +discord_glhf/web/__pycache__/app.cpython-313.pyc +queue_state.json +conversation_history.db +conversation_history.db-shm +conversation_history.db-wal +discord_bot.log