From 31c6293576d1fe0d57b09dcd2d82cb2bc551172c Mon Sep 17 00:00:00 2001 From: glmdev Date: Sat, 9 Feb 2019 03:50:39 -0600 Subject: [PATCH] .env stuff --- .gitignore | 1 + .idea/workspace.xml | 115 +++++++++++++++++++++++++++++++++----------- camera.py | 4 +- config.py | 5 ++ example.env | 6 +++ image_tools.py | 63 ------------------------ index.py | 43 +++++++++++------ 7 files changed, 129 insertions(+), 108 deletions(-) create mode 100644 config.py create mode 100644 example.env diff --git a/.gitignore b/.gitignore index c9fc29f..39b871c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ ### FIREBASE STUFF ### hackku-*.json +.env # Created by https://www.gitignore.io/api/git,python,opencv,pycharm,visualstudio,visualstudiocode # Edit at https://www.gitignore.io/?templates=git,python,opencv,pycharm,visualstudio,visualstudiocode diff --git a/.idea/workspace.xml b/.idea/workspace.xml index afb0423..9652408 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,8 +2,10 @@ + - + +