From c2c65e169d7d7366f212d5685bae21e503bde1ad Mon Sep 17 00:00:00 2001 From: Jochen Kupperschmidt Date: Sun, 27 Oct 2024 02:56:54 +0100 Subject: [PATCH] Ignore virtual environment path --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 4061af2a..1ae65adc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ # Python 3 bytecode __pycache__ +# virtual environment +/.venv + # Frozen-Flask build directory /build