.DS_Store
=*
__pycache__/
*~

# Compiled python modules.
*.pyc

# Setuptools distribution folder.
/dist/
/build/

# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
/*.egg

# coverage & tests
.coverage
/.pytest_cache/

# sphinx build & log
docs/log
docs/build

# ignore test files in-dev
/test_*.py
test.py
