截图识别飞书个人任务清单

This commit is contained in:
2026-03-18 15:15:52 +08:00
parent cb5efbe3ca
commit 69f92205e9
23 changed files with 5835 additions and 0 deletions

70
.gitignore vendored Normal file
View File

@@ -0,0 +1,70 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# 虚拟环境
venv/
env/
ENV/
.env
.env.local
# 配置文件(包含敏感信息)
config.yaml
*.secret
*.key
# 日志文件
*.log
logs/
# 测试相关
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
.coverage.*
*.lcov
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# 操作系统
.DS_Store
Thumbs.db
# 项目特定
monitor_images/
processed_images/
test_*.py
test_img.jpg
test_img.png
# 临时文件
temp/
tmp/
*.tmp
*.temp