From e0710913f2c334a9566a9b0f4efde2755fde507e Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Thu, 8 Jan 2026 12:59:31 +0100 Subject: [PATCH] Ignore direnv en venv --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 7a48b1c..7537366 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,14 @@ var/ .installed.cfg *.egg +# direnv +.envrc + +# virtualenv +venv/ +ENV/ +.venv + # PyInstaller # Usually these files are written by a python script from a template # before PyInstaller builds the exe, so as to inject date/other infos into it.