commit a8c34d587410ea9906763ec82804fc07e76ccc0a Author: ryan Date: Fri Feb 20 09:54:45 2026 -0500 initial diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..505a3b1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# Python-generated files +__pycache__/ +*.py[oc] +build/ +dist/ +wheels/ +*.egg-info + +# Virtual environments +.venv