# python
venv
env
.env
.venv
__pycache__
*.pyc
*.egg-info

# misc
.DS_Store

# sphinx and pypi
dist
.doctrees
_build
_templates
*.rst
!index.rst

# testing
local
coverage.xml
*.xml
*.iml
.coverage
.coveragesrc
