From 1422a25cd5390404221f12b6a08cca6b35e9b776 Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Wed, 2 Oct 2024 01:52:23 -0400 Subject: Initial version with debug prints --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..382ddaa --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +__pycache__/ +config.py -- cgit v1.2.3