.gitignore: only ignore autoapi generated .rst files in shared-bindings; ignore common python venv's

This commit is contained in:
sommersoft 2020-08-03 23:01:51 -05:00
parent 034b1bb903
commit 19af89cbee

7
.gitignore vendored
View File

@ -57,7 +57,7 @@ _build
###################### ######################
genrst/ genrst/
/autoapi/ /autoapi/
/shared-bindings/**/*.rst /shared-bindings/*/**/*.rst
# ctags and similar # ctags and similar
################### ###################
@ -80,3 +80,8 @@ TAGS
*.mo *.mo
.vscode .vscode
# Python Virtual Environments
####################
.venv
.env