summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAlex Drozd <drozdster@gmail.com>2023-05-01 23:32:38 +0200
committerAlex Drozd <drozdster@gmail.com>2023-05-05 18:32:20 +0200
commita6fda19e8520b523f41655e3dd1b94cfe9bd1f3c (patch)
tree4b181e476cc57e481196ee20a3ed63e9390d71f4 /.gitignore
parentee865051367a78bf20f50500520af13ef8f1097b (diff)
downloadredot-engine-a6fda19e8520b523f41655e3dd1b94cfe9bd1f3c.tar.gz
add venv and .venv to the .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
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