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

# Tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# tide local state (worktrees, logs, fleet snapshots live under XDG dirs,
# but never commit a stray local state dir if one appears)
.tide/

.claude/
CLAUDE.md

# OS
.DS_Store
