# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/

# Environments / tooling
.venv/
.mypy_cache/
.ruff_cache/
.pytest_cache/

# uv
# (uv.lock is committed; nothing to ignore here)

# OS
.DS_Store

# coverage data
.coverage
.coverage.*

# Recorded by examples/library_mode.py on its first run. The cassettes under
# examples/cassettes/ are committed on purpose; this one is generated on purpose.
examples/library_mode.mcp.json
