From 3ae409f057b882dd80900048d3d9319410daa6d6 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 26 Jun 2024 13:41:15 -0700 Subject: [PATCH] Update gitignore to exclude python .whl files --- .gitignore | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 08c7e70c0..4d87e0d3f 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ share/python-wheels/ .installed.cfg *.egg MANIFEST +*.whl # Notebook tests generate these files: imagenet_class_index.json @@ -44,5 +45,10 @@ credentials.toml **/*.sqlite # Virtual environments -.venv -.conda +**/.venv +**/venv +**/.conda +**/.python-version + +# IDE +**/.vscode