You've already forked incutec-OpenFC
mirror of
https://github.com/incutec-hw/OpenFC.git
synced 2026-08-06 05:20:53 +00:00
- Standardize .gitignore to match ecosystem template - Fix README: remove stale Radioschematic ref, fix 10V→12V, remove generic sections - Replace LICENSE stub with full CERN-OHL-S-2.0 text - Remove production/ from git tracking (generated, re-exportable) - Untrack generated files: OpenFC.net, replicate_layout.log, ibom, old render Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
64 lines
833 B
Plaintext
64 lines
833 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
|
|
|
|
# Generated exports
|
|
hardware/bom/
|
|
hardware/*_Paste.dxf
|
|
hardware/*_Paste.svg
|
|
hardware/*.kicad_pcb.zip
|
|
stencil_out/
|
|
|
|
# Script output
|
|
extracted_*.json
|
|
ext2_*.json
|
|
netlist_*.json
|
|
hardware/tools/.lcsc_mpn_cache.json
|
|
|
|
# Datasheets (downloadable)
|
|
datasheets/
|
|
|
|
# Private
|
|
JustFPV_business_plan.md
|
|
nlnet_application_draft.md
|