| # KiCad project files to ignore |
| |
| # Backup and autosave files |
| *~ |
| *.bak |
| *.tmp |
| *.swp |
| *.swo |
| *.save |
| *auto_saved_files* |
| *.lck |
| |
| # Backup files generated when closing the schematic/layout editors |
| *.kicad_sch-bak |
| *.kicad_pcb-bak |
| |
| # Cache and lock files |
| *.kicad_prl |
| *.sch-prl |
| fp-info-cache |
| *-cache.lib |
| *-rescue.* |
| |
| # Build output and intermediate files |
| *.dcm |
| *.net |
| *.xml |
| *.pdf |
| *.ps |
| *.svg |
| *.png |
| *.jpg |
| *.csv |
| *.zip |
| *.tar.gz |
| *.gz |
| *.tar |
| |
| # Simulation and BOM outputs |
| *.spice |
| *.bom |
| |
| # Project-specific temp folders |
| __pycache__/ |
| .autosave/ |
| .autobackup/ |
| |
| # External plugins or helper scripts output |
| *.pyc |
| *.pyo |
| |
| # User-specific settings |
| *.kicad_wks |
| *.kicad_sch-bak |
| *.kicad_pcb-bak |
| *.pro.user |
| *.kicad_pro.user |
| *.kicad_sch.autosave |
| *.kicad_pcb.autosave |
| *.kicad_dru |
| sym-lib-table |
| |
| # VSCode and other IDE settings |
| .vscode/ |
| .idea/ |
| |
| # OS-specific files |
| .DS_Store |
| Thumbs.db |
| |