# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv
.env
.env.*

# Operating system files
.DS_Store

# Testing 
.pytest_cache/
.coverage
.hypothesis/
