You've already forked incutec-OpenESC-30x30
mirror of
https://github.com/incutec-hw/OpenESC-30x30.git
synced 2026-08-02 04:25:39 +00:00
- Standardize .gitignore to match ecosystem template - Update README: simplify license section, remove stale status checklist - Replace LICENSE stub with full CERN-OHL-S-2.0 text - Remove production/ from git tracking (generated, re-exportable) - Add previously untracked licensing/ directory - Delete empty nextpcb/ directory Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
47 lines
556 B
Plaintext
47 lines
556 B
Plaintext
# macOS
|
|
.DS_Store
|
|
|
|
# KiCad backup and autosave
|
|
*-backups/
|
|
*.bak
|
|
*.000
|
|
_autosave-*
|
|
*~
|
|
\#auto_saved_files#
|
|
|
|
# KiCad generated/local
|
|
*.kicad_prl
|
|
*.kicad_dru
|
|
*.kicad_sch-bak
|
|
*.kicad_pcb-bak
|
|
*.lck
|
|
*.net
|
|
*.rpt
|
|
*.tmp
|
|
fp-info-cache
|
|
replicate_layout.log
|
|
|
|
# KiCad local history
|
|
**/.history/
|
|
|
|
# 3D exports (not library files)
|
|
**/.step
|
|
**/*.glb
|
|
|
|
# Production output (generated, re-exportable)
|
|
**/production/
|
|
|
|
# Fabrication toolkit config
|
|
fabrication-toolkit-options.json
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Claude
|
|
.claude/
|
|
CLAUDE.md
|
|
|
|
# Internal documents
|
|
cost-analysis.md
|