.DS_Store

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

.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Local secrets (E2B_API_KEY, ...). Loaded only via `uv run --env-file .env`; never read by the library.
.env
.env.*

# Claude Code worktrees: a full checkout of this repo, never part of it.
.claude/worktrees/
