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.