added rules
This commit is contained in:
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/
|
||||
|
||||
|
Reference in New Issue
Block a user