commit 9a203585a027122da4e2378f5f03b5f5b791234d Author: Dustin C. Hatch Date: Wed Feb 5 20:11:08 2025 -0600 Initial commit 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]