From e2475d5b54d11b0d2ef7debd18adf61ce0804a7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Mon, 28 Sep 2020 06:44:06 +0000 Subject: [PATCH] tools: add pythonenv to .gitignore GitHub Codespaces installs a copy of Python 3.8 in the repository. PR-URL: https://github.com/nodejs/node/pull/35389 Reviewed-By: Jiawen Geng Reviewed-By: Luigi Pinca Reviewed-By: Anna Henningsen Reviewed-By: Rich Trott --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 65caf766e9319d..4592f603e060ac 100644 --- a/.gitignore +++ b/.gitignore @@ -39,6 +39,8 @@ /*.msi /*.wixpdb /*.qlog +# For GitHub Codespaces +/pythonenv* # === Rules for artifacts of `./configure` === /icu_config.gypi