git:ignore: Add /venv/

This commit is contained in:
2023-01-03 14:14:46 +01:00
parent 147c1262c6
commit 5f561ca79b

View File

@@ -20,3 +20,6 @@ Session.vim
# Ignore python bytecode cache
__pycache__/
# Ignore python virtual environment
/venv/