From 17829503e346d01ee9d047afcfe6e540032ddfd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Istrate?= Date: Wed, 23 Aug 2023 11:11:32 +0100 Subject: [PATCH] Ignore environments created in a `.direnv` folder Visual Studio Code looks for environments in a `.direnv` as well (in addition to the usual locations), so it would be good to ignore that folder as well. Context: https://code.visualstudio.com/docs/python/environments#_where-the-extension-looks-for-environments --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index 68bc17f9..d8919415 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -127,6 +127,7 @@ venv/ ENV/ env.bak/ venv.bak/ +.direnv/ # Spyder project settings .spyderproject