*cache*
example.py
.dist/*

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

# uv
.venv/

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