add venv and .venv to the .gitignore

(cherry picked from commit a6fda19e85)
This commit is contained in:
Alex Drozd 2023-05-01 23:32:38 +02:00 committed by Rémi Verschelde
parent 96d658638a
commit cd18ba3fce
No known key found for this signature in database
GPG key ID: C3336907360768E1

4
.gitignore vendored
View file

@ -62,6 +62,10 @@ tests/data/*.translation
# Binutils tmp linker output of the form "stXXXXXX" where "X" is alphanumeric # 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] 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 # Python generated
__pycache__/ __pycache__/
*.pyc *.pyc