Update .gitignore to exclude additional cache files and environment configuration
This commit is contained in:
13
.gitignore
vendored
13
.gitignore
vendored
@@ -38,3 +38,16 @@ conversation_history.db
|
||||
conversation_history.db-shm
|
||||
conversation_history.db-wal
|
||||
discord_bot.log
|
||||
conversation_history.db
|
||||
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
|
||||
.env
|
||||
|
||||
Reference in New Issue
Block a user