# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# OS artifacts
.DS_Store

# Test / Coverage
.hypothesis/
.pytest_cache/
.coverage
htmlcov/

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