diff --git a/.gitignore b/.gitignore index 6f20822..d1999db 100644 --- a/.gitignore +++ b/.gitignore @@ -158,4 +158,6 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +# Database and venv users.db +venv_planner \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..17397f4 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +flask +msal