eae7c066d1
- Domain: immutable entities (Resource, Recipe, Machine, Module, etc.) - Data: JSON recipe repository (34 resources, 26 recipes, Space Age) - Solver: DFS-based production planner with module support - Reporting: Console, JSON, Excel exporters - CLI: solve/list commands with Spectre.Console - Tests: 20 unit tests (xUnit) all passing - Tech: C# .NET 10, MathNet.Numerics, ClosedXML Model: GPT-4.1 (OpenAI) — executed by pi coding agent
25 lines
211 B
Plaintext
25 lines
211 B
Plaintext
## Build outputs
|
|
bin/
|
|
obj/
|
|
|
|
## IDE
|
|
.vs/
|
|
.vscode/
|
|
*.suo
|
|
*.user
|
|
|
|
## OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
## Run outputs
|
|
output.json
|
|
output.xlsx
|
|
|
|
## Old solution format
|
|
*.slnx
|
|
|
|
## Prompt folder (source docs)
|
|
Promt/
|