Add .env.example for input/output paths

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-11 12:10:11 +13:00
parent cb2b924e4d
commit 66a8b81f09

9
.env.example Normal file
View File

@@ -0,0 +1,9 @@
# Input PCB file (Protel 2.8 ASCII). Override with CLI: python3 capacitors_by_net_pair.py <file>
INPUT_FILE=board.pcb
# Output JSON path. Override with: python3 capacitors_by_net_pair.py -o out.json
OUTPUT_FILE=output/capacitors_by_net_pair.json
# Compare locations: first and second Protel PCB file
FILE1=board_v1.pcb
FILE2=board_v2.pcb
COMPARE_OUTPUT=output/compare_locations.json