mirror of
https://github.com/yanguo888/fakabot.git
synced 2026-06-20 20:40:40 +00:00
25 lines
213 B
Plaintext
Executable File
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
|