# Python
__pycache__/
_version.py
/build/
/dist/

# Testing
/.coverage
.pytest_cache/

# Docs
/docs/_build/
/docs/scanpydoc.*.rst

# IDEs
/.idea/
