extract_otp_secret_keys/.gitignore

22 lines
232 B
Plaintext
Raw Normal View History

2022-09-04 13:58:58 +00:00
__pycache__/
2020-12-21 18:52:55 +00:00
qr/
venv/
2022-09-04 13:58:58 +00:00
/*.csv
/*.json
!devbox.json
!example_output.json
!example_output.csv
2022-09-03 14:17:26 +00:00
!.github/
!.flake8
2022-12-30 14:31:41 +00:00
!.vscode/
2022-09-04 13:58:58 +00:00
!.devcontainer/
!.devcontainer/*.json
2022-09-25 09:59:46 +00:00
*.whl
build/
2022-12-30 11:37:05 +00:00
dist/
*.egg-info/
*.xml
pytest-coverage.txt
2022-12-30 14:31:41 +00:00
tests/reports/