-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
91 lines (76 loc) · 1.6 KB
/
Copy path.gitignore
File metadata and controls
91 lines (76 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# Claude Code
.claude/settings.local.json
.claude/worktrees/
.claude/launch.json
.claire/
# Local docs preview scaffolding (static build served with a /OpenSkyhawk/ prefix)
.preview/
# VS Code Local History extension
.history/
# macOS
.DS_Store
.AppleDouble
.LSOverride
._*
# Fusion 360
*.lock
*.tmp
# KiCad
*.000
*.bak
*.kicad_prl
*-backups/
rescue-backup/
fp-info-cache
~*.lck
**/_autosave-*
*.kicad_pcb-bak
*.kicad_sch-bak
# Arduino / IDE
*.elf
*.hex
*.bin
build/
.pio/
**/.pio/
**/.vscode/
# PlatformIO auto-generates a per-project .gitignore (.pio + .vscode) in every
# Firmware project — redundant, root covers both above. Ignore them so they
# never show as untracked/modified.
Firmware/**/.gitignore
# KiCad ERC/DRC reports (generated)
*-erc.rpt
*-drc.rpt
# KiCad Fabrication Toolkit
fabrication-toolkit-options.json
production/
# FreeCAD (source is .FCStd; backups/transients are generated)
*.FCBak
*.FCStd1
# Exports (generated — commit sources, not outputs)
**/*.stl
**/*.gbl
**/*.gtl
**/*.gbs
**/*.gts
**/*.gbr
**/*.drl
**/*.zip
# Python
__pycache__/
*.pyc
# Doxygen/MkDocs — generated API and site output are ephemeral
.doxygen/
docs/api/*
!docs/api/
!docs/api/index.md
!docs/api/deprecated.md
site/
# Local site mock/reference images are useful while designing but should not ship
docs/assets/source-mocks/
docs/assets/**/*mock*.png
# ScratchPad holds third-party material (DCS-BIOS, Tutorial-Tuesday, dcs-bios-arduino-library,
# Arduino_Tools) — ignore by default, but keep the first-party firmware spec in the repo.
Firmware/ScratchPad/*
!Firmware/ScratchPad/FirmwarePlan/
!Firmware/ScratchPad/TechSpec/