From 202ed4464bbed08166550e733c5ae71d499a8adb Mon Sep 17 00:00:00 2001 From: Andrei Betlen Date: Thu, 8 Jun 2023 20:33:30 -0400 Subject: [PATCH] Update gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 79093b4..fb0b6c9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +.vscode/ + _skbuild/ .envrc @@ -11,6 +13,8 @@ __pycache__/ # C extensions *.so +*.dylib +*.dll # Distribution / packaging .Python