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

# uv
# (uv.lock IS committed)

# Tooling
.ruff_cache/
.pytest_cache/
.mypy_cache/

# Project-local resolved mappings cache
.can-they-merge.toml

# Vendored resolver binaries (fetched on first use)
vendor/bin/

# Local agent/editor settings (never published)
.claude/
.DS_Store
