# editors and ides
*~
/.idea

# git & tools
*.orig

# sphinx doc
doc/api/
doc/build/
doc/doctest/

# python
/.env
/.tox
/build
/dist/
.pytest_cache/
/.eggs/
*.egg-info/
*.egg
*.py[cod]
__pycache__/
*.so
.coverage
