modularized planting logic by splitting f2.py into main.py, pumpkins.py, and sunflowers.py; updated utilities and added .gitignore

This commit is contained in:
2026-01-10 00:19:43 -05:00
parent cb702bed32
commit db310c2a19
6 changed files with 198 additions and 122 deletions

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
/save.json
/__builtins__.py
.idea