From 3dd08f3918c12fb1ea1b5d83466760725b045cad Mon Sep 17 00:00:00 2001 From: Alec Delaney Date: Mon, 29 Jan 2024 01:00:31 -0500 Subject: [PATCH] Add ,cron virtual environment to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 731ebc4..7beac6e 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ __pycache__ venv .venv .env +.cron # Project specific files flask_app/static/img/gh_cards/*.png