From 5f561ca79b31dd00225241a3ba1ac32857f4c840 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Tue, 3 Jan 2023 14:14:46 +0100 Subject: [PATCH] git:ignore: Add `/venv/` --- .config/git/ignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/git/ignore b/.config/git/ignore index 7d6ff05..2c21492 100644 --- a/.config/git/ignore +++ b/.config/git/ignore @@ -20,3 +20,6 @@ Session.vim # Ignore python bytecode cache __pycache__/ + +# Ignore python virtual environment +/venv/