__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
venv/
env/
.env
.env.*
*.so
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
htmlcov/
tests/evaluation/results/
tests/fixtures/*.pdf
tests/fixtures/*.docx
tests/fixtures/*.pptx
tests/fixtures/*.xlsx
tests/fixtures/*.png
tests/fixtures/*.jpg
!tests/fixtures/.gitkeep
*.log
.DS_Store
Thumbs.db
.claude