Initial public release.

This commit is contained in:
Joe Kearney 2025-01-25 12:53:13 -06:00
parent aec57087e5
commit 6569617eb2
15 changed files with 115619 additions and 1 deletions

30
.gitignore vendored Normal file
View file

@ -0,0 +1,30 @@
# ---> KiCad
# For PCBs designed using KiCad: https://www.kicad.org/
# Format documentation: https://kicad.org/help/file-formats/
# Temporary files
*.000
*.bak
*.bck
*.kicad_pcb-bak
*.kicad_sch-bak
*-backups
*.kicad_prl
*.sch-bak
*~
_autosave-*
*.tmp
*-save.pro
*-save.kicad_pcb
fp-info-cache
# Netlist files (exported from Eeschema)
*.net
# Autorouter files (exported from Pcbnew)
*.dsn
*.ses
# Exported BOM files
*.xml
*.csv