From 9a203585a027122da4e2378f5f03b5f5b791234d Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Wed, 5 Feb 2025 20:11:08 -0600 Subject: [PATCH] Initial commit --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..14c71f0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.egg-info/ +__pycache__/ +*.py[co]