From 6c9362a9f47fe42f4922e32e13043594021588b5 Mon Sep 17 00:00:00 2001 From: Alex Drozd Date: Mon, 1 May 2023 23:32:38 +0200 Subject: [PATCH] add venv and .venv to the .gitignore (cherry picked from commit a6fda19e8520b523f41655e3dd1b94cfe9bd1f3c) --- .gitignore | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index dd552b916..bbbec2432 100644 --- a/.gitignore +++ b/.gitignore @@ -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