ebda03e2d1
Ignore KiCad lock files, the regenerated fp-info-cache, Python bytecode, and editor/tooling local state (.history, .omc). Delete the previously tracked fp-info-cache since KiCad regenerates it from the active library tables on demand. Confidence: high Scope-risk: narrow
14 lines
204 B
Plaintext
14 lines
204 B
Plaintext
# KiCad lock files (created while project is open)
|
|
~*.lck
|
|
|
|
# KiCad regenerated footprint info cache
|
|
fp-info-cache
|
|
|
|
# Python bytecode cache
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Editor/tooling local state
|
|
.history/
|
|
.omc/
|