You've already forked incutec-KiCad-Library
mirror of
https://github.com/incutec-hw/KiCad-Library.git
synced 2026-08-10 05:55:43 +00:00
Restructure README to the standard section order; add CONTRIBUTING.md, AGENTS.md, CHANGELOG.md; extend .gitignore; fix MANIFEST fact errors (RF footprint count, kicad-std 3D model wording, stale pre-rename and pre-archive source paths); update bump-all.sh run-dir comment to ~/OpenDrone/hardware. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
22 lines
202 B
Plaintext
22 lines
202 B
Plaintext
# macOS
|
|
.DS_Store
|
|
|
|
# KiCad backup and autosave
|
|
*-backups/
|
|
*.bak
|
|
_autosave-*
|
|
*~
|
|
\#auto_saved_files#
|
|
|
|
# KiCad generated/local
|
|
*.lck
|
|
fp-info-cache
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Claude
|
|
.claude/
|
|
CLAUDE.md
|