.venv/
__pycache__/
*.pyc
*.pyo
.mypy_cache/
.ruff_cache/
dist/
*.egg-info/
.pytest_cache/

# Secrets — never commit. Copied into worktrees by the WorktreeCreate hook.
.env
.env.local
.leitumenv

# Isolated worktrees created for parallel issue workers
.claude/worktrees/
.todos/
