# UV / packaging
.venv/
*.egg-info/
dist/
build/

# Test & coverage
.pytest_cache/
.coverage
htmlcov/

# Python
__pycache__/
*.pyc
*.pyo

# Docs build output
docs/_build/

# Claude
.claude/

# macOS
**/.DS_Store
