# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST


# Virtual Environment
.venv/
venv/
ENV/

# uv
.uv/

# Extraction temp data
uploads/
extracted_book.*
test_xbook.json
test_hands_on.json
test.json
test.html
test.md
Untitled-1.json

# IDEs
.vscode/
.idea/
.DS_Store

# Testing
.pytest_cache/
.ruff_cache/
coverage.xml
.coverage
htmlcov/

# Release notes (local only)
release.md
parse_service/docs/predocs/
docs/predocs/
parse_service/docs/predocs/* 
docs/predocs/*

# Temporary files
*.ipynb
cover.png

*Claude*

# Eval/dev scripts
eval_*.py
eval_*_report.json
plan.md
test*.md
test*.html
