diff options
| author | Lena <lena@omega> | 2026-03-01 00:00:00 +0000 |
|---|---|---|
| committer | Lena <lena@omega> | 2026-03-01 00:00:00 +0000 |
| commit | 14c1e3039f80a2fc50194b4da13a4f9964b7a1b3 (patch) | |
| tree | 3b28cb379bd19456cc166f48ec814c36fb0ecaa0 /.gitignore | |
| download | otp-master.tar.gz | |
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.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..644a26d --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +__pycache__/ +otp_secrets |