Skip to content

Commit

Permalink
Exclude *.whl from gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Altan Orhon committed Sep 7, 2023
1 parent 28e4fc9 commit 4b09088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,10 @@ cython_debug/

# PyCharm
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# be foud at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

# WHL files
# User-specific stuff
*.whl

0 comments on commit 4b09088

Please sign in to comment.