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

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

# Docs
/docs/_build/

# IDEs
/.idea/
