fix py dense

This commit is contained in:
AndreaRigoni
2026-03-05 14:26:05 +00:00
parent 69920acd61
commit 42db99759f
8 changed files with 174 additions and 37 deletions

5
.gitignore vendored
View File

@@ -8,4 +8,7 @@ compile_commands.json
dist/
build_python/
src/Python/uLib/*.so*
src/Python/uLib/*.so*
src/Python/uLib/*.pyd
src/Python/uLib/*.pyc
src/Python/uLib/__pycache__