# 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/

# Temporary test files (root directory)
test_*.py

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

# macOS
.DS_Store

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