# 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

# 词典数据库（体积大，本地生成/下载）
*.db
src/pl_japanese/jamdict.db/

# 临时/调试产物
scripts/_*
*.tmp

# Temporary analysis reports (regenerated on demand)
reports/
