From 9da1b03201cc627584ce320209dd08d92ce3f6bc Mon Sep 17 00:00:00 2001 From: "Kevin J. Sung" Date: Sun, 17 Sep 2023 22:05:29 -0400 Subject: [PATCH] add wheelhouse/ to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a7537ecab..3209fde6c 100644 --- a/.gitignore +++ b/.gitignore @@ -131,3 +131,6 @@ dmypy.json # VS Code .vscode/ + +# cibuildwheel +wheelhouse/