mirror of
https://github.com/scito/extract_otp_secret_keys
synced 2024-11-04 12:00:14 +00:00
c44a3f45de
- improve README - add Installation section - add Features section - add Glossary - add related projects - add setup.py for pip installation: pip install git+https://github.com/scito/extract_otp_secret_keys
19 lines
228 B
Plaintext
19 lines
228 B
Plaintext
__pycache__/
|
|
qr/
|
|
venv/
|
|
|
|
/*.csv
|
|
/*.json
|
|
!devbox.json
|
|
!example_output.json
|
|
!example_output.csv
|
|
!.github/
|
|
!.flake8
|
|
.vscode
|
|
!.vscode/settings.json
|
|
!.devcontainer/
|
|
!.devcontainer/*.json
|
|
*.whl
|
|
build/
|
|
extract_otp_secret_keys.egg-info/
|