Update .gitignore to exclude additional cache and log files; modify system prompt for character behavior and rules

This commit is contained in:
pacnpal
2025-02-25 10:53:33 -05:00
parent 8b0d555b03
commit 5ad38f8f1b
3 changed files with 31 additions and 13 deletions

12
.gitignore vendored
View File

@@ -14,3 +14,15 @@
.DS_Store
discord_glhf/.DS_Store
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
conversation_history.db
conversation_history.db-shm
conversation_history.db-wal
discord_bot.log
queue_state.json