commit 1cbc377c02c294e013ac712b02b47d8857eab292 Author: Fabio Battaglia Date: Mon Jun 2 06:54:38 2025 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3e08e34 --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ +# ---> 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 +~*.lck +\#auto_saved_files# + +# Netlist files (exported from Eeschema) +*.net + +# Autorouter files (exported from Pcbnew) +*.dsn +*.ses + +# Exported BOM files +*.xml +*.csv + diff --git a/README.md b/README.md new file mode 100644 index 0000000..3afafd1 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# PS1_PowerReplay_RE +