# Compiled python modules.
*.pyc

# Pypi bash
*.sh

# .idea files
.idea/

# Setup distribution folder
/dist/

# Build folder
/build/

# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
/*.egg