first commit

This commit is contained in:
2026-08-02 07:11:34 +02:00
commit fb9f472310
4 changed files with 83 additions and 0 deletions

66
.gitignore vendored Normal file
View File

@@ -0,0 +1,66 @@
# 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
*-cache*
*-bak
*-bak*
*~
~*
_autosave-*
\#auto_saved_files\#
*.tmp
*-save.pro
*-save.kicad_pcb
fp-info-cache
~*.lck
\#auto_saved_files#
# Netlist files (exported from Eeschema)
*.net
# Autorouter files (exported from Pcbnew)
*.dsn
*.ses
# Exported BOM files
./*.xml
./*.csv
# Archived Backups (KiCad 6.0)
**/*-backups/*.zip
# Local project settings
*.kicad_prl
# Production files
**/production/backups
*.gbr
*.gbl
*.gtl
*.g1
*.g2
*.g3
*.gbp
*.gtp
*.gbo
*.gto
*.drl
*.pos
*-job.gbrjob
# Cache files
project.kicad_sym
fp-lib-table
fabrication-toolkit-options.json
EWS.pdf
EWS.step
# Ignore venv directory
tools/venv/

View File

@@ -0,0 +1,2 @@
(kicad_pcb (version 20260206) (generator "pcbnew") (generator_version "10.0")
)

View File

@@ -0,0 +1 @@
{}

View File

@@ -0,0 +1,14 @@
(kicad_sch
(version 20260306)
(generator "eeschema")
(generator_version "10.0")
(uuid dfb6f3d2-3d6c-4c44-b680-861e48d150dc)
(paper "A4")
(lib_symbols)
(sheet_instances
(path "/"
(page "1")
)
)
(embedded_fonts no)
)