Fix: ignore venv and commit project files

This commit is contained in:
LC
2026-01-06 15:25:11 +00:00
parent 5c343c7944
commit 94fcb993db
5 changed files with 585 additions and 225 deletions

1
.gitignore vendored
View File

@@ -23,3 +23,4 @@ build/
*.sqlite3 *.sqlite3
*.db *.db
*.asc *.asc
.venv/

View File

@@ -27,5 +27,5 @@ For detailed examples and security tips, see `playbook.md`.
## Security ## Security
- Operates offline by default. - Operates offline by default.
- Use `--secure-mode` for high-security operations. - Use `--off-screen` for high-security operations.
- Always verify PGP keys and run on trusted systems. - Always verify PGP keys and run on trusted systems.

View File

@@ -1,2 +1,6 @@
PGPy base58==2.1.1
bip-utils bip-utils==2.10.0
pgpy==0.6.0
pip-chill==1.0.3
pip-tools==7.5.2
pyzipper==0.3.6

View File

@@ -4,14 +4,20 @@
# #
# pip-compile # pip-compile
# #
base58==2.1.1
# via -r requirements.in
bip-utils==2.10.0 bip-utils==2.10.0
# via -r requirements.in # via -r requirements.in
build==1.3.0
# via pip-tools
cbor2==5.8.0 cbor2==5.8.0
# via bip-utils # via bip-utils
cffi==2.0.0 cffi==2.0.0
# via # via
# cryptography # cryptography
# pynacl # pynacl
click==8.3.1
# via pip-tools
coincurve==21.0.0 coincurve==21.0.0
# via bip-utils # via bip-utils
crcmod==1.7 crcmod==1.7
@@ -22,8 +28,14 @@ ecdsa==0.19.1
# via bip-utils # via bip-utils
ed25519-blake2b==1.4.1 ed25519-blake2b==1.4.1
# via bip-utils # via bip-utils
packaging==25.0
# via build
pgpy==0.6.0 pgpy==0.6.0
# via -r requirements.in # via -r requirements.in
pip-chill==1.0.3
# via -r requirements.in
pip-tools==7.5.2
# via -r requirements.in
py-sr25519-bindings==0.2.3 py-sr25519-bindings==0.2.3
# via bip-utils # via bip-utils
pyasn1==0.6.1 pyasn1==0.6.1
@@ -32,7 +44,21 @@ pycparser==2.23
# via cffi # via cffi
pycryptodome==3.23.0 pycryptodome==3.23.0
# via bip-utils # via bip-utils
pycryptodomex==3.23.0
# via pyzipper
pynacl==1.6.2 pynacl==1.6.2
# via bip-utils # via bip-utils
pyproject-hooks==1.2.0
# via
# build
# pip-tools
pyzipper==0.3.6
# via -r requirements.in
six==1.17.0 six==1.17.0
# via ecdsa # via ecdsa
wheel==0.45.1
# via pip-tools
# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools

File diff suppressed because it is too large Load Diff