.gitignore
.mcp.json
LICENSE
README.md
pyproject.toml
setup_wizard_diff.txt
start_cloud.sh
.claude/commands/commit.md
docs/cloud-setup.md
prompts/cloud_system_prompt.md
prompts/local_system_prompt.md
security-audit/AUDIT_REPORT.md
security-audit/FINAL_SUMMARY.md
security-audit/SCAN_SUMMARY.md
security-audit/reports/bandit-final.json
security-audit/reports/bandit-final.txt
security-audit/reports/bandit-final2.json
security-audit/reports/bandit-final2.txt
security-audit/reports/bandit-tests-final.txt
security-audit/reports/bandit-tests-final2.txt
security-audit/reports/bandit-tests.txt
security-audit/reports/bandit.json
security-audit/reports/bandit.txt
security-audit/reports/detect-secrets-final.json
security-audit/reports/detect-secrets-final2.json
security-audit/reports/detect-secrets.json
security-audit/reports/dodgy-final.txt
security-audit/reports/dodgy-final2.txt
security-audit/reports/dodgy.txt
security-audit/reports/pip-audit-final.json
security-audit/reports/pip-audit-final2.json
security-audit/reports/pip-audit.json
security-audit/reports/pip-audit.txt
security-audit/reports/radon-complexity-final.txt
security-audit/reports/radon-complexity-final2.txt
security-audit/reports/radon-complexity.txt
security-audit/reports/radon-maintainability-final.txt
security-audit/reports/radon-maintainability-final2.txt
security-audit/reports/radon-maintainability.txt
security-audit/reports/safety-final.json
security-audit/reports/safety-final2.json
security-audit/reports/safety.json
security-audit/reports/safety.txt
security-audit/reports/semgrep-final.json
security-audit/reports/semgrep-final.txt
security-audit/reports/semgrep-final2.json
security-audit/reports/semgrep.json
security-audit/reports/semgrep.txt
security-audit/reports/vulture-final.txt
security-audit/reports/vulture-final2.txt
security-audit/reports/vulture.txt
src/spicebridge/__init__.py
src/spicebridge/__main__.py
src/spicebridge/auth.py
src/spicebridge/circuit_manager.py
src/spicebridge/composer.py
src/spicebridge/constants.py
src/spicebridge/kicad_export.py
src/spicebridge/model_generator.py
src/spicebridge/model_store.py
src/spicebridge/monte_carlo.py
src/spicebridge/netlist_utils.py
src/spicebridge/parser.py
src/spicebridge/prompt_translator.py
src/spicebridge/sanitize.py
src/spicebridge/schematic.py
src/spicebridge/server.py
src/spicebridge/setup_wizard.py
src/spicebridge/simulator.py
src/spicebridge/solver.py
src/spicebridge/standard_values.py
src/spicebridge/svg_renderer.py
src/spicebridge/template_manager.py
src/spicebridge/web_viewer.py
src/spicebridge.egg-info/PKG-INFO
src/spicebridge.egg-info/SOURCES.txt
src/spicebridge.egg-info/dependency_links.txt
src/spicebridge.egg-info/entry_points.txt
src/spicebridge.egg-info/requires.txt
src/spicebridge.egg-info/top_level.txt
src/spicebridge/static/__init__.py
src/spicebridge/static/viewer.html
src/spicebridge/templates/differential_amp.json
src/spicebridge/templates/instrumentation_amp.json
src/spicebridge/templates/inverting_opamp.json
src/spicebridge/templates/mfb_bandpass.json
src/spicebridge/templates/rc_highpass_1st.json
src/spicebridge/templates/rc_lowpass_1st.json
src/spicebridge/templates/sallen_key_hpf_2nd.json
src/spicebridge/templates/sallen_key_lowpass_2nd.json
src/spicebridge/templates/summing_amplifier.json
src/spicebridge/templates/twin_t_notch.json
src/spicebridge/templates/voltage_divider.json
tests/__init__.py
tests/test_auth.py
tests/test_auto_design.py
tests/test_circuit_manager.py
tests/test_composer.py
tests/test_constants.py
tests/test_kicad_export.py
tests/test_measurement.py
tests/test_model_generator.py
tests/test_model_integration.py
tests/test_model_store.py
tests/test_monte_carlo.py
tests/test_parser.py
tests/test_parser_measurement.py
tests/test_parser_robustness.py
tests/test_prompt_translator.py
tests/test_resource_limits.py
tests/test_sanitize.py
tests/test_schematic.py
tests/test_security.py
tests/test_server.py
tests/test_setup_wizard.py
tests/test_simulator.py
tests/test_solver.py
tests/test_svg_renderer.py
tests/test_template_manager.py
tests/test_template_server.py
tests/test_web_viewer.py