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
This commit is contained in:
Ștefan Istrate 2023-08-23 11:11:32 +01:00 committed by GitHub
parent 4488915eec
commit 17829503e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ venv/
ENV/
env.bak/
venv.bak/
.direnv/
# Spyder project settings
.spyderproject