Update gitignore

This commit is contained in:
Andrei Betlen 2023-06-08 20:33:30 -04:00
parent 312f6eb144
commit 202ed4464b

4
.gitignore vendored
View file

@ -1,3 +1,5 @@
.vscode/
_skbuild/ _skbuild/
.envrc .envrc
@ -11,6 +13,8 @@ __pycache__/
# C extensions # C extensions
*.so *.so
*.dylib
*.dll
# Distribution / packaging # Distribution / packaging
.Python .Python