RPiGPIO.makertools/.gitignore

11 lines
158 B
Plaintext
Raw Normal View History

2021-12-04 13:52:54 +00:00
# ignore the python specific folders and files
2021-12-04 11:31:05 +00:00
/env/
2021-12-04 13:52:54 +00:00
__pycache__/
*.pyc
# ignore folders created by setuptools
/dist/
/build/
/RPiGPIO.makertools.egg-info/