diff options
| author | netaneld122 <netaneld122@gmail.com> | 2021-03-01 09:46:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-01 09:46:52 +0200 |
| commit | eb5d270ffc7d28b6bffe4789a8ea421b27be0f25 (patch) | |
| tree | 9db9ff353b66b02616572fb317dd69cd780412b6 /.gitignore | |
| parent | 934798e6b82c711f0e877fa7a05235aa2cf2845a (diff) | |
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 <Netanel>
Co-authored-by: nati <nati>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
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/ |
