Initial project structure: reusable isometric bot engine with D2R implementation

This commit is contained in:
Hoid 2026-02-14 08:50:36 +00:00
commit e0282a7111
44 changed files with 3433 additions and 0 deletions

17
.gitignore vendored Normal file
View file

@ -0,0 +1,17 @@
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
venv/
env/
config/local.yaml
logs/
*.log
.idea/
.vscode/
*.swp
*.swo