added rules
This commit is contained in:
parent
430ab48e77
commit
9ec5c43e93
10
.gitignore
vendored
10
.gitignore
vendored
@ -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/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user