From 14c1e3039f80a2fc50194b4da13a4f9964b7a1b3 Mon Sep 17 00:00:00 2001 From: Lena Date: Sun, 1 Mar 2026 00:00:00 +0000 Subject: Enter otp Authenticator codes from the terminal, stdlib only, no phone and no third-party dependency. Secrets are a private plain-text file, or the output of a command so encrypted stores work unchanged. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..644a26d --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +__pycache__/ +otp_secrets -- cgit v1.2.3