src/eric7/Plugins/VcsPlugins/vcsGit/git.py

branch
eric7
changeset 9318
a47b5c46be3f
parent 9221
bf71ee032bb4
child 9413
80c06d472826
--- a/src/eric7/Plugins/VcsPlugins/vcsGit/git.py	Thu Sep 08 16:41:15 2022 +0200
+++ b/src/eric7/Plugins/VcsPlugins/vcsGit/git.py	Thu Sep 08 16:57:18 2022 +0200
@@ -1457,6 +1457,11 @@
             "tmp/",
             "__pycache__/",
             "*.DS_Store",
+            ".pytest_cache/",
+            "venv/",
+            ".venv/",
+            "env/",
+            ".env/",
         ]
 
         ignoreName = os.path.join(name, Git.IgnoreFileName)

eric ide

mercurial