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