From 579c705ef10ee612998154ac0bae68f4b2b7cfc0 Mon Sep 17 00:00:00 2001 From: jtc42 Date: Fri, 1 Nov 2019 16:07:01 +0000 Subject: [PATCH] Added .env*/ and pip-wheel-metadata/ --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 93f78aa7..ab3442c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # Pyenv files .python-version .venv*/ +.env*/ # Byte-compiled / optimized / DLL files __pycache__/ @@ -25,6 +26,7 @@ var/ *.egg-info/ .installed.cfg *.egg +pip-wheel-metadata/ # PyInstaller # Usually these files are written by a python script from a template