增强版v2-初始化仓库,验证好了ocr部分,先备份一次

This commit is contained in:
2025-05-02 17:25:47 +08:00
commit 0035cd1893
88 changed files with 9031 additions and 0 deletions
+52
View File
@@ -0,0 +1,52 @@
# 配置文件(可能包含敏感信息)
config.ini
# 日志文件
*.log
# 临时文件
temp/
~$*
.DS_Store
__pycache__/
# 处理记录(因为通常很大且与具体环境相关)
processed_files.json
# 输入输出数据 (可以根据需要调整)
# input/
# output/
# Python相关
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# 虚拟环境
venv/
ENV/
env/
# IDE相关
.idea/
.vscode/
*.swp
*.swo
.DS_Store