Skip to content

Commit

Permalink
Merge pull request #9 from LtbLightning/python-bindings
Browse files Browse the repository at this point in the history
Python bindings
  • Loading branch information
BitcoinZavior authored Dec 20, 2023
2 parents 2b9f118 + bfed0c7 commit 5f4f0bd
Show file tree
Hide file tree
Showing 36 changed files with 7,670 additions and 681 deletions.
16 changes: 11 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# Generated by Cargo
# will have compiled files and executables
/target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
target/


# These are backup files generated by rustfmt
**/*.rs.bk
.vscode/settings.json
.idea

# Python related
__pycache__


/python/.vscode/
/python/payjoin.egg-info/
/python/.venv/
/python/.env
Loading

0 comments on commit 5f4f0bd

Please sign in to comment.