22 lines
352 B
Plaintext
22 lines
352 B
Plaintext
# KiCad Backups und temporäre Dateien
|
|
*.bak
|
|
*_autosave-*
|
|
*.kicad_prl
|
|
*.kicad_dru
|
|
*.lck
|
|
|
|
# Cache und Logs
|
|
fp-info-cache
|
|
# Ab KiCad 8 gibt es manchmal __pycache__ wenn Plugins im Spiel sind
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# OS Junk (Windows/Mac/Linux)
|
|
.DS_Store
|
|
Thumbs.db
|
|
*~
|
|
*.swp
|
|
|
|
# Optional: Wenn du Datasheets als PDF speicherst und nicht im Repo willst
|
|
# *.pdf
|