This commit is contained in:
2023-12-26 16:55:02 -05:00
commit 71329d5484
32 changed files with 1248 additions and 0 deletions

51
.gitignore vendored Normal file
View File

@@ -0,0 +1,51 @@
# Build artifacts
version.h
_build
# Binaries
*.FCStd1
*.stl
*.pdf
*.zip
*.*~
# CAD Artifacts
*.stl
# Doc artifacts
_*/
# 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
*auto_saved_files#
*.lck
# Netlist files (exported from Eeschema)
*.net
# Autorouter files (exported from Pcbnew)
*.dsn
*.ses
# Exported BOM files
*.xml
*.csv
# Pio
.pio
# dev artifacts
.vscode