From 3861af0cc3b1fc5d87109fb645d231b7cafa6c38 Mon Sep 17 00:00:00 2001 From: retoor Date: Sun, 1 Dec 2024 00:06:33 +0100 Subject: [PATCH] Changed totals location. --- .gitignore | 5 +++++ retoor_c/totals.py => totals.py | 0 2 files changed, 5 insertions(+) rename retoor_c/totals.py => totals.py (100%) diff --git a/.gitignore b/.gitignore index 27b1df6..b328611 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ .history .vscode publish +books +totals.txt +totals +output +output.txt diff --git a/retoor_c/totals.py b/totals.py similarity index 100% rename from retoor_c/totals.py rename to totals.py