feat: complete DirtyLeague autonomous FSM bot with fast derank and chest handling

This commit is contained in:
VolandSZ
2026-09-08 13:38:42 +03:00
parent d9953407e0
commit 5777748abe
103 changed files with 1618 additions and 0 deletions

21
.gitignore vendored Normal file
View 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