From eb5d270ffc7d28b6bffe4789a8ea421b27be0f25 Mon Sep 17 00:00:00 2001 From: netaneld122 Date: Mon, 1 Mar 2021 09:46:52 +0200 Subject: Added actual QR code reading (#3) * Added actual QR code reading. Added requirements.txt for dependencies. Added .gitignore. Updated README according to new usage. * Fixed CR notes. Migrated requirements to a Pipfile format. Added ability to open textual payload. Removed irrelevant paths in .gitignore. * Fixed pipenv run cli. Co-authored-by: Netanel Co-authored-by: nati --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..70a84af --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] + +# Pycharm +.idea/ -- cgit v1.3.1