From 9ec5c43e93dd35172ed9a2824d5a0bf728f3844d Mon Sep 17 00:00:00 2001 From: BlueFox Date: Sat, 4 Dec 2021 13:52:54 +0000 Subject: [PATCH] added rules --- .gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5c65521..e419d2f 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ +