From 62fb0ec8d4dc92eef89ca6ead1ef742446b97c1c Mon Sep 17 00:00:00 2001 From: Felipe Martin Garcia Date: Fri, 25 Sep 2020 21:37:56 +0000 Subject: [PATCH] Ignore codespaces python env --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 6054505..411e90d 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,6 @@ test.py dist *.egg-info pip-wheel-metadata + +# Github Codespaces +pythonenv3.8 \ No newline at end of file