add venv and .venv to the .gitignore

(cherry picked from commit a6fda19e8520b523f41655e3dd1b94cfe9bd1f3c)
This commit is contained in:
Alex Drozd 2023-05-01 23:32:38 +02:00 committed by Relintai
parent ec6ed1f398
commit 6c9362a9f4

10
.gitignore vendored
View File

@ -38,6 +38,14 @@ platform/android/java/nativeSrcsConfigs/.cxx/
# 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
# Libs generated files
.deps/*
.dirstamp
@ -89,7 +97,6 @@ logs/
# for projects that use SCons for building: http://http://www.scons.org/
.sconf_temp
.sconsign*.dblite
*.pyc
# https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
## Ignore Visual Studio temporary files, build results, and
@ -274,7 +281,6 @@ enc_temp_folder/
*.pfx
*.publishsettings
node_modules/
__pycache__/
# KDE
.directory