12 lines
167 B
Plaintext
12 lines
167 B
Plaintext
# attachments 目录 - 保存邮件附件
|
|
attachments/
|
|
|
|
# Python 缓存
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# 日志文件
|
|
*.log
|
|
|
|
# 配置文件(包含密码)
|
|
smtp_config.json |