diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4f663b1 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +secretkey.txt \ No newline at end of file diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..ca6e941 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: gunicorn app:app