mirror of
https://github.com/scito/extract_otp_secret_keys.git
synced 2025-12-06 06:44:57 +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
18 lines
228 B
Text
18 lines
228 B
Text
__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/
|