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

# Tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/
uv.lock.bak

# Backdraft registry
.backdraft/

# OS
.DS_Store

# Claude Code session state and agent worktrees
.claude/
.private/
