mirror of
https://github.com/scito/extract_otp_secret_keys.git
synced 2025-12-05 22:34:57 +01:00
- build macos dmg
- however, do not upload macos dmg to assets as it cannot be
executed since the app and installer are not signed and notarized
- upload artifacts
- tested executable on macOS
31 lines
479 B
Text
31 lines
479 B
Text
__pycache__/
|
|
qr/
|
|
venv/
|
|
|
|
/*.csv
|
|
/*.json
|
|
!devbox.json
|
|
!example_output.json
|
|
!example_output.csv
|
|
!.github/
|
|
!.flake8
|
|
!.vscode/
|
|
!.devcontainer/
|
|
!.devcontainer/*.json
|
|
*.whl
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
*.xml
|
|
pytest-coverage.txt
|
|
tests/reports/
|
|
dist_*/
|
|
|
|
file_version_info_python.txt
|
|
file_version_info_explorer.txt
|
|
file_version_info.txt
|
|
assets/*
|
|
extract_otp_secrets_linux_arm64.spec
|
|
extract_otp_secrets_linux_x86_64_bullseye.spec
|
|
extract_otp_secrets_linux_x86_64.spec
|
|
extract_otp_secrets.spec
|