added rules

This commit is contained in:
BlueFox 2021-12-04 13:52:54 +00:00
parent 430ab48e77
commit 9ec5c43e93

10
.gitignore vendored
View File

@ -1,2 +1,10 @@
# ignore the python virtual env
# ignore the python specific folders and files
/env/
__pycache__/
*.pyc
# ignore folders created by setuptools
/dist/
/build/
/RPiGPIO.makertools.egg-info/