Ver código fonte

add venv and .venv to the .gitignore

(cherry picked from commit a6fda19e8520b523f41655e3dd1b94cfe9bd1f3c)
Alex Drozd 2 anos atrás
pai
commit
337e9605ce
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4 0
      .gitignore

+ 4 - 0
.gitignore

@@ -62,6 +62,10 @@ tests/data/*.translation
 # Binutils tmp linker output of the form "stXXXXXX" where "X" is alphanumeric
 st[A-Za-z0-9][A-Za-z0-9][A-Za-z0-9][A-Za-z0-9][A-Za-z0-9][A-Za-z0-9]
 
+# Python development
+.venv
+venv
+
 # Python generated
 __pycache__/
 *.pyc