__pycache__/
*.py[cod]
*.pyd

.venv/
venv/
.env

build/
dist/
*.egg-info/

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

.DS_Store
Thumbs.db

.claude/
