- Add comprehensive .gitignore for Python, Flask, IDE, and project-specific files - Include test_optimizer.py - Update Claude settings and windings preset configuration 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
35 lines
462 B
JSON
35 lines
462 B
JSON
{
|
|
"Design 1": {
|
|
"windings": [
|
|
{
|
|
"name": "primary",
|
|
"taps": [
|
|
0,
|
|
50,
|
|
25
|
|
],
|
|
"awg": [
|
|
20,
|
|
20
|
|
]
|
|
},
|
|
{
|
|
"name": "secondary",
|
|
"taps": [
|
|
0,
|
|
100,
|
|
50,
|
|
50,
|
|
50
|
|
],
|
|
"awg": [
|
|
22,
|
|
22,
|
|
22,
|
|
22
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"_last": "Design 1"
|
|
} |