summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore7
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 475a1183f..03cd38f35 100644
--- a/.gitignore
+++ b/.gitignore
@@ -57,7 +57,7 @@ _build
######################
genrst/
/autoapi/
-/shared-bindings/**/*.rst
+/shared-bindings/*/**/*.rst
# ctags and similar
###################
@@ -80,3 +80,8 @@ TAGS
*.mo
.vscode
+
+# Python Virtual Environments
+####################
+.venv
+.env