Initial commit: Casino bot

This commit is contained in:
2025-08-28 02:51:39 -05:00
commit 45afb95d14
19 changed files with 3119 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
# Python
__pycache__/
*.pyc
.venv/
.env
.env.local
# OS
.DS_Store
# Project
data/
*.db
backups/
# Docker
*.log