Initial commit: Casino bot
This commit is contained in:
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.venv/
|
||||
.env
|
||||
.env.local
|
||||
# OS
|
||||
.DS_Store
|
||||
# Project
|
||||
data/
|
||||
*.db
|
||||
backups/
|
||||
# Docker
|
||||
*.log
|
||||
Reference in New Issue
Block a user