# macOS
.DS_Store

# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.venv/
venv/

# Test / tooling
.pytest_cache/
.coverage
