# python
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.python-version

# uv
.hypothesis

# coverage
.coverage

# Virtual environments
.venv
.env

# macos
.DS_Store
