# virtualenv
.venv/
venv/

# build artifacts
build/
dist/
*.egg-info/
__pycache__/
*.pyc

# pytest
.pytest_cache/
.coverage
htmlcov/

# misc
.DS_Store
