# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# macOS
.DS_Store

# Testing & coverage
.coverage
htmlcov/
.pytest_cache/

# Generated test fixtures
tests/fixtures/pdf/*.pdf
tests/fixtures/pdf/*.golden.md

# Type checking
.mypy_cache/

# Linting
.ruff_cache/

# Project-specific
.workbuddy/
product/
uv.lock
