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