Files
fakabot/.dockerignore
T
2025-10-18 13:15:13 +08:00

25 lines
213 B
Plaintext
Executable File

# 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