commit 4e0b51399a32b1bb78c405e34f29db4c3b555540 Author: Ryan Chen Date: Fri Sep 5 23:36:35 2025 -0400 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