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