21 lines
195 B
Plaintext
21 lines
195 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyc
|
|
.venv/
|
|
|
|
# 敏感配置
|
|
config.py
|
|
|
|
# 状态文件(包含邮件配置等敏感信息)
|
|
.ping_state/
|
|
*.json
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# 系统
|
|
.DS_Store
|
|
*.log
|