# Python
__pycache__/
_version.py
/build/
/dist/
/.python-version

# Testing
/test-data/
/.*cache/

# Docs
/docs/_build/

# IDEs
/.idea/
