__pycache__/
*.py[cod]
*.egg-info/
.eggs/
dist/
build/
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
uv.lock
.env

# Raw (untrimmed) API responses saved while developing against live services -
# large and may contain more real-world detail than we want committed.
tests/fixtures/*_raw.json
