add venv and .venv to the .gitignore

This commit is contained in:
Alex Drozd 2023-05-01 23:32:38 +02:00
parent ee86505136
commit a6fda19e85

4
.gitignore vendored
View file

@ -63,6 +63,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