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/