From 0897b94618da4647307b15abfd2645f0817f3a7b Mon Sep 17 00:00:00 2001 From: jerick Date: Sun, 3 Sep 2023 02:09:19 +0000 Subject: [PATCH] Initial commit --- .gitignore | 14 ++++++++++++++ README.md | 3 +++ 2 files changed, 17 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6709d9c --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# ---> VirtualEnv +# Virtualenv +# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/ +.Python +[Bb]in +[Ii]nclude +[Ll]ib +[Ll]ib64 +[Ll]ocal +[Ss]cripts +pyvenv.cfg +.venv +pip-selfcheck.json + diff --git a/README.md b/README.md new file mode 100644 index 0000000..8e05e1c --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# cron_monitor + +API that handles the cron job status \ No newline at end of file