18 lines
230 B
Plaintext
18 lines
230 B
Plaintext
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Virtual Environments
|
|
.venv/
|
|
venv/
|
|
ENV/
|
|
env/
|
|
|
|
# Local Environment Credentials
|
|
.env
|
|
|
|
# Bot Persistence & Activity Log Files
|
|
bot_activity.log
|
|
used_data.txt
|