mirror of
https://github.com/scito/extract_otp_secrets.git
synced 2025-12-12 01:41:16 +01:00
- 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/
|