mirror of
https://github.com/iMike78/nest-mini-drop-in-pcb.git
synced 2026-02-28 05:47:55 +00:00
41 lines
527 B
Plaintext
41 lines
527 B
Plaintext
# KiCad project backup and autosave files
|
|
*.bak
|
|
*.tmp
|
|
*.swp
|
|
*.swo
|
|
*.kicad_prl
|
|
*.lck
|
|
*.json
|
|
*.txt
|
|
*.dsn
|
|
*.ses
|
|
*.zip
|
|
nest-mini-v2-drop-in-pcb-backups/
|
|
production/
|
|
|
|
# KiCad symbol and footprint cache
|
|
fp-info-cache
|
|
sym-lib-table
|
|
|
|
# KiCad 3D model viewer temp files
|
|
*.step1
|
|
*.step2
|
|
|
|
# OS-specific files (Windows / macOS)
|
|
Thumbs.db
|
|
.DS_Store
|
|
Icon?
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
|
|
# Python cache (if any scripts are used later)
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Logs or notes
|
|
*.log
|
|
*.notes
|
|
|
|
# Optional: VSCode project files (if you use it)
|
|
.vscode/
|