# Python __pycache__/ *.py[cod] *.egg-info/ *.egg build/ dist/ .eggs/ # 虚拟环境 .venv/ venv/ env/ # 测试与缓存 .pytest_cache/ .mypy_cache/ .ruff_cache/ htmlcov/ .coverage .coverage.* # IDE .vscode/ .idea/ *.swp # 任务批次日志(每次处理生成,非源数据) tasks/**/batch_*.json tasks/legacy_*/ tasks/test_*/ tasks/xinbiaori_*/ # 不提交词典数据库等体积大的本地数据 *.db # jlearn 学习资料输出目录(每次生成,非源数据,体积大) output/ study_materials/ # 词库备份 data/backup/ # 代码/数据备份文件 *.backup* *.bak.* *.bak # 临时分析/核对脚本 _*.py _*.txt _*.html # 临时/调试产物 scripts/_* *.tmp reports/ test_output.txt