From b0e5bd273cc6c1edcd9768422347a99d93f841fa Mon Sep 17 00:00:00 2001 From: Jarian Cottingham Date: Thu, 11 Sep 2025 20:54:06 -0500 Subject: [PATCH] Getting rid of last_run.txt from the repo (untracking) --- .gitignore | 2 ++ last_run.txt | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 last_run.txt diff --git a/.gitignore b/.gitignore index 691190f..5bc215f 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,8 @@ pyvenv.cfg /include /lib +last_run.txt + # Generated folders /images /metadata diff --git a/last_run.txt b/last_run.txt deleted file mode 100644 index 4ea7e10..0000000 --- a/last_run.txt +++ /dev/null @@ -1 +0,0 @@ -2025-09-11 \ No newline at end of file