ignore dynamic libraries

fixes-turtlebasket
michael 2023-06-13 13:58:43 -07:00
parent 56f9a8db32
commit 3b88fa8f01
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -235,3 +235,7 @@ callgrind.out.*
.pytest_cache .pytest_cache
.mypy_cache .mypy_cache
*.so
*.dylib
*.dll