Add Graphviz DOT export for gate diagrams
Adds --format dot option to export circuits as Graphviz DOT files.
Render with: dot -Tpng circuit.dot -o circuit.png
The diagram shows:
- Input nodes (A, B, C, D)
- Inverters for negated signals
- Shared AND gates (product terms) with labels
- OR gates for each segment output
- Output nodes (a-g)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>