Introduce enums for items, machines, and recipes, and integrate recipe selection logic. Add .gitignore and improve Flask app for query-based input handling.

This commit is contained in:
2025-11-06 20:36:26 +00:00
parent 5536485a8c
commit 562b33dff9
6 changed files with 721 additions and 224 deletions

8
.idea/pysatcalc.iml generated
View File

@@ -7,4 +7,12 @@
<orderEntry type="jdk" jdkName="uv (pysatcalc)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
<component name="TemplatesService">
<option name="TEMPLATE_CONFIGURATION" value="Jinja2" />
<option name="TEMPLATE_FOLDERS">
<list>
<option value="$MODULE_DIR$/templates" />
</list>
</option>
</component>
</module>