# Build
dist/
build/
*.egg-info/

# Python
__pycache__/
*.pyc
*.pyo
*.pyd

# Testing
.pytest_cache/
.coverage
htmlcov/

# Env
.venv/
venv/
