From cd18ba3fcef89116a6a09196b12a019dac938ba1 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 8b0f8169f3e..518c3419125 100644 --- a/.gitignore +++ b/.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