feat: initial commit - Dota 2 egui overlay with GSI, OpenDota API, SQLite cache and recommendation engine

Made-with: Cursor
This commit is contained in:
voson
2026-03-26 23:52:12 +08:00
commit 975dc748a3
25 changed files with 4954 additions and 0 deletions

19
.gitignore vendored Normal file
View File

@@ -0,0 +1,19 @@
# Windows
Thumbs.db
Desktop.ini
$RECYCLE.BIN/
# Rust / Cargo
target/
# Local secrets
.env
.env.*
!.env.example
# Misc
*.log
temp_*.json
response.json
.cursor/