# Hide some OS X stuff
.DS_Store
.AppleDouble
.LSOverride
Icon

# Github Actions
.secrets

# pytest
**/__pycache__
.pytest_cache/
.coverage

# pypi
*.egg*
build/

# docs
docs/