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