# ignore the python specific folders and files
/env/
__pycache__/
*.pyc
# ignore folders created by setuptools
/dist/
/build/
/RPiGPIO.makertools.egg-info/