build(python): Package scripts with pip-0517 compliance
This commit is contained in:
parent
807b0c49ff
commit
b0a46993df
9 changed files with 1546 additions and 12 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -98,13 +98,14 @@ examples/server/*.mjs.hpp
|
|||
|
||||
# Python
|
||||
|
||||
__pycache__
|
||||
.venv
|
||||
/Pipfile
|
||||
dist
|
||||
poetry.lock
|
||||
/.venv
|
||||
/__pycache__/
|
||||
*/poetry.lock
|
||||
poetry.toml
|
||||
|
||||
# Nix
|
||||
/result
|
||||
|
||||
# Test binaries
|
||||
/tests/test-backend-ops
|
||||
/tests/test-double-float
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue