# Python
__pycache__/
*.pyc
*.pyo
*.pyd

# VCS
.git/
.gitignore

# Local artifacts
*.log
*.html

# Sensitive/runtime data
config.json
sp_shop.db
bot.log
last_gateway_response.html

# IDE
.vscode/
.idea/
.DS_Store
