Files
chicken-coop-door/.gitignore
T
0xWheatyz ebda03e2d1 chore: add gitignore and drop regenerated fp-info-cache
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
2026-05-14 22:33:47 -04:00

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/