diff options
author | Alex Drozd <drozdster@gmail.com> | 2023-05-01 23:32:38 +0200 |
---|---|---|
committer | Alex Drozd <drozdster@gmail.com> | 2023-05-05 18:32:20 +0200 |
commit | a6fda19e8520b523f41655e3dd1b94cfe9bd1f3c (patch) | |
tree | 4b181e476cc57e481196ee20a3ed63e9390d71f4 /.gitignore | |
parent | ee865051367a78bf20f50500520af13ef8f1097b (diff) | |
download | redot-engine-a6fda19e8520b523f41655e3dd1b94cfe9bd1f3c.tar.gz |
add venv and .venv to the .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 17c9a6c95a..060f5696b8 100644 --- a/.gitignore +++ b/.gitignore @@ -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 |