Parcourir la source

add venv and .venv to the .gitignore

(cherry picked from commit a6fda19e8520b523f41655e3dd1b94cfe9bd1f3c)
Alex Drozd il y a 2 ans
Parent
commit
cd18ba3fce
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  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