Skip to content

Commit

Permalink
pycache cleanup, gitignore fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shanselman committed Feb 20, 2022
1 parent a02af07 commit 47e84e4
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/.vscode
/txdb
/__pycache__
__pycache__/
Binary file removed src/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file removed src/__pycache__/decode.cpython-310.pyc
Binary file not shown.
Binary file removed src/__pycache__/encode.cpython-310.pyc
Binary file not shown.
Binary file removed utils/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file removed utils/__pycache__/bitcoin.cpython-310.pyc
Binary file not shown.
Binary file removed utils/__pycache__/curves.cpython-310.pyc
Binary file not shown.
Binary file removed utils/__pycache__/ecdsa.cpython-310.pyc
Binary file not shown.
Binary file removed utils/__pycache__/keys.cpython-310.pyc
Binary file not shown.
Binary file removed utils/__pycache__/ripemd160.cpython-310.pyc
Binary file not shown.
Binary file removed utils/__pycache__/sha256.cpython-310.pyc
Binary file not shown.
Binary file removed utils/__pycache__/transaction.cpython-310.pyc
Binary file not shown.

0 comments on commit 47e84e4

Please sign in to comment.