# don't upload macOS folder info
*.DS_Store

#python
*.pyc
__pycache__/

#scripts
_*.sh
___*.py

# package
**/build/
**/dist/
**/*.egg-info/
