We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10908c7 commit 0abaf2aCopy full SHA for 0abaf2a
.gitignore
@@ -107,6 +107,7 @@ ENV/
107
*.3dmbak
108
*.rhl
109
*.rui_bak
110
+*.so
111
112
temp/**
113
MANIFEST.in
@@ -24,4 +24,4 @@ exclude pytest.ini .bumpversion.cfg .editorconfig
24
exclude tasks.py
25
exclude CONTRIBUTING.md
26
27
-global-exclude *.py[cod] __pycache__ *.dylib *.nb[ic] .DS_Store
+global-exclude *.py[cod] __pycache__ *.dylib *.nb[ic] .DS_Store *.so
0 commit comments