From 4b0908891186ff04572a533b090b39ac986cfb03 Mon Sep 17 00:00:00 2001 From: Altan Orhon Date: Thu, 7 Sep 2023 09:24:16 -0700 Subject: [PATCH] Exclude `*.whl` from gitignore --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8d8160f..fbffe1a 100644 --- a/.gitignore +++ b/.gitignore @@ -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