Update .gitignore to exclude additional Python cache files; implement reset personality command with user permissions check
This commit is contained in:
12
.gitignore
vendored
12
.gitignore
vendored
@@ -51,3 +51,15 @@ 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
|
||||
discord_glhf/__pycache__/__init__.cpython-313.pyc
|
||||
discord_glhf/__pycache__/config.cpython-313.pyc
|
||||
discord_glhf/__pycache__/database.cpython-313.pyc
|
||||
discord_glhf/__pycache__/main.cpython-313.pyc
|
||||
discord_glhf/__pycache__/queue_manager.cpython-313.pyc
|
||||
discord_glhf/__pycache__/queue_state.cpython-313.pyc
|
||||
discord_glhf/__pycache__/queue.cpython-313.pyc
|
||||
discord_glhf/__pycache__/training.cpython-313.pyc
|
||||
discord_glhf/handlers/event_handler.py
|
||||
discord_glhf/handlers/__pycache__/__init__.cpython-313.pyc
|
||||
discord_glhf/handlers/__pycache__/image_handler.cpython-313.pyc
|
||||
discord_glhf/web/__pycache__/__init__.cpython-313.pyc
|
||||
|
||||
Reference in New Issue
Block a user