git ignore

This commit is contained in:
Logen
2025-09-08 19:52:30 -04:00
parent b595c91d19
commit 06408a3bfa
2 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@@ -1,3 +1,5 @@
build/
nostr_keygen.egg-info/
__pycache__/
venv/

View File

@@ -71,8 +71,8 @@ def main():
print(f"Error: {e}", file=sys.stderr)
sys.exit(1)
print("NSec:", nsec)
print("NPub:", npub)
print("Nsec:", nsec)
print("Npub:", npub)
if __name__ == "__main__":