Initial commit: 微信联系人祝福管理系统

This commit is contained in:
xiaji
2026-02-26 16:55:40 +08:00
commit 21c03e5bd0
23 changed files with 4272 additions and 0 deletions

40
.gitignore vendored Normal file
View File

@@ -0,0 +1,40 @@
# 核心数据文件 - 不上传
contacts.db
contacts_data.json
ocr_progress.json
ocr_result.txt
# 截图和图片数据 - 不上传
*.png
scroll/
scroll_complete/
scroll_full/
Snipaste/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv/
ENV/
# IDE
.idea/
.vscode/
*.swp
*.swo
# 系统文件
.DS_Store
Thumbs.db
# 日志
*.log
# 临时文件
*.tmp
*.temp