# 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 and library_mode_async.py on their first run. The
# cassettes under examples/cassettes/ are committed on purpose; these are generated on purpose.
examples/library_mode.mcp.json
examples/library_mode_async.mcp.json

# Internal module walkthroughs: kept locally, deliberately out of the repo.
docs/internals/

# Agent workspace: its own nested git repo, deliberately out of this one.
.agents_workspace/
