# coverage

.coverage

# .pytest_cache

pytest_cache


# __pycache__ and any .pyc files

__pycache__
*.pyc

**/__pycache__/
**/*.pyc

# pixi environments
.pixi
*.egg-info
pixi.lock
