# ignore python compile
*.pyc
__pycache__
# ignore pip file
/dist
/tests
/*.egg-info
