Build wheels in a more "standard" way using setuptools-rust, which makes our life easier when dealing with multiple different platforms. Also use the new bdk-ffi's `generate` binary instead of relying on uniffi's bindgen cli.
13 lines
113 B
Plaintext
13 lines
113 B
Plaintext
.tox/
|
|
dist/
|
|
bdkpython.egg-info/
|
|
__pycache__/
|
|
libbdkffi.dylib
|
|
.idea/
|
|
.DS_Store
|
|
|
|
*.swp
|
|
|
|
src/bdkpython/bdk.py
|
|
*.whl
|