# 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
MANIFEST
src/*.egg-info/

# Virtual environments
venv/
ENV/
env/
.venv

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Project specific
conversion_log.db
books/

# Development documentation (not for git)
README-DEV.md
BUGFIXES.md
PATTERNS.md
SUMMARY.md
*_SUMMARY.md
*_AUDIT.md
*_REALITY_CHECK.md
IMPROVEMENT*.md

# Examples output
examples/output/
examples/*.jsonl

# macOS
.DS_Store

# Temporary files
*.htmlz
*.html
tmp/
temp/
