first commit
This commit is contained in:
+20
@@ -0,0 +1,20 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.pyc
|
||||
.venv/
|
||||
|
||||
# 敏感配置
|
||||
config.py
|
||||
|
||||
# 状态文件(包含邮件配置等敏感信息)
|
||||
.ping_state/
|
||||
*.json
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# 系统
|
||||
.DS_Store
|
||||
*.log
|
||||
Reference in New Issue
Block a user