mirror of
https://github.com/scottbez1/smartknob.git
synced 2025-09-26 23:09:27 +08:00

- Use KiKit for fab automation - Add splitflap scripts for exporting pcb pdfs, and switch to splitflap script for 3d rendering (for consistency with fab automation) - Added support in 3d rendering scripts for soldermask & silkscreen colors, option to skip virtual components - Added silkscreen to base and screen pcbs for commit and date info
32 lines
385 B
Plaintext
32 lines
385 B
Plaintext
# KiCAD files
|
|
*.000
|
|
*.bak
|
|
*.bck
|
|
*.kicad_pcb-bak
|
|
*.sch-bak
|
|
*.net
|
|
*.dsn
|
|
fp-info-cache
|
|
_autosave*.kicad_pcb
|
|
|
|
# Proprietary 3d model (for KiCAD)
|
|
**/proprietary/*.stp
|
|
**/proprietary/*.step
|
|
|
|
# PlatformIO
|
|
.pio/
|
|
|
|
# General build outputs
|
|
build/
|
|
|
|
# VSCode
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
#!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
!.vscode/*.code-snippets
|
|
|
|
__pycache__
|
|
|