Files
DirtyLeague_Bot/.gitignore

22 lines
201 B
Plaintext

# Virtual Environment
.venv/
env/
venv/
# Python cache
__pycache__/
*.py[cod]
*$py.class
# IDE and OS
.vscode/
.idea/
Thumbs.db
Desktop.ini
# Logs & temp captures
logs/
*.log
temp_*.png
debug_*.png