From a8c34d587410ea9906763ec82804fc07e76ccc0a Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 20 Feb 2026 09:54:45 -0500 Subject: [PATCH] initial --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitignore 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