Skip to content

Commit

Permalink
Update gitignore to exclude python .whl files
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-dhuang committed Jun 26, 2024
1 parent ffbf77f commit 3ae409f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ share/python-wheels/
.installed.cfg
*.egg
MANIFEST
*.whl

# Notebook tests generate these files:
imagenet_class_index.json
Expand All @@ -44,5 +45,10 @@ credentials.toml
**/*.sqlite

# Virtual environments
.venv
.conda
**/.venv
**/venv
**/.conda
**/.python-version

# IDE
**/.vscode

0 comments on commit 3ae409f

Please sign in to comment.