# Python
*.pyc
*.pyo
/build/
/dist/
*.egg-info

# Mac OS
*.DS_Store

# IDE
/.idea/

.mypy_cache/
.cache/
.tox/
.pytest_cache/
.coverage
.ipynb_checkpoints/
htmlcov/
notebooks/
coverage.xml
_generated

docs/_build/
docs/_autosummary/
