feat: complete DirtyLeague autonomous FSM bot with fast derank and chest handling
This commit is contained in:
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user