Ignore all .so files in gitignore
With the recent upgrade to Python 3.8, the hardcoded path in .gitignore is no longer valid and the library keeps popping up. There is no need to have any shared objects tracked by git in here.
With the recent upgrade to Python 3.8, the hardcoded path in .gitignore is no longer valid and the library keeps popping up. There is no need to have any shared objects tracked by git in here.