# Ingore all files except for files in /dist. Project files README.md and
# package.json are always published by npm.
*
!/dist/**

# Ignore python build and test files
__pycache__
*_test.py
