Move all content in bdk-python subdirectory

This commit is contained in:
thunderbiscuit
2022-11-10 12:57:38 -05:00
parent 2a97218991
commit 413ca8bdeb
53 changed files with 2775 additions and 1 deletions

16
bdk-python/.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
.tox/
dist/
bdkpython.egg-info/
__pycache__/
libbdkffi.dylib
.idea/
.DS_Store
*.swp
src/bdkpython/bdk.py
src/bdkpython/*.so
*.whl
build/
testing-setup-py-simple-example.py