From aa53aa6e01aa18923258d6cb43da992e0833d944 Mon Sep 17 00:00:00 2001 From: Owen Feldman Date: Sat, 25 Apr 2026 11:26:20 -0400 Subject: [PATCH] The code itself --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ed465a7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +# not part of the thing +generator.py +./generator.py +# what is happening, gitignore not working \ No newline at end of file