Files
SN-L00/.gitignore
T
florian.berthold 7fa797cf1d Add PCBWay manufacturing files
- BOM_PCBWay.csv: LCSC part numbers for assembly
- CPL_PCBWay.csv: Component placement coordinates (template)
- README with PCB specs, order checklist, cost estimate
- gerbers/ directory for exported Gerber files

Updated .gitignore to track manufacturing templates.
2026-01-23 04:10:15 +01:00

35 lines
400 B
Plaintext

# KiCad
*.bak
*-backups/
*-cache.lib
*-cache.dcm
*.kicad_prl
*.kicad_pcb-bak
*~
\#*#
_autosave-*
*.tmp
fp-info-cache
# Gerber output (actual generated files)
hardware/manufacturing/gerbers/*.gbr
hardware/manufacturing/gerbers/*.drl
hardware/manufacturing/gerbers/*.gbrjob
# Build artifacts
firmware/build/
firmware/.pio/
*.o
*.elf
*.hex
*.bin
*.map
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db