first commit

This commit is contained in:
2026-04-11 22:02:38 +08:00
commit 685231fb56
4 changed files with 746 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# Python
__pycache__/
*.py[cod]
*.pyc
.venv/
# 敏感配置
config.py
# 状态文件(包含邮件配置等敏感信息)
.ping_state/
*.json
# IDE
.vscode/
.idea/
# 系统
.DS_Store
*.log