blob: f76560f63b688904923adc9d262da87e655ccb1d (
plain)
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
|
# Local / secrets (never commit live values)
local/
!local/README.md
# Editor / OS
*~
*.swp
*.swo
.DS_Store
.idea/
.vscode/
*.code-workspace
# Build / firmware artifacts
*.o
*.elf
*.bin
*.hex
*.map
build/
dist/
out/
.cache/
# KiCad
*-backups/
*.kicad_prl
fp-info-cache
*-cache.lib
*.bak
\#auto_saved_files\#
_autosave-*
# Python / tooling
__pycache__/
*.pyc
.venv/
venv/
# Logs
*.log
# KiCad / generator
*.kicad_pro.lck
**/__pycache__/
hardware/kicad/t-modem/*.kicad_prl
# KiCad local UI
.history/
~*.lck
# Vault MASTER governance — never ship/commit to this slave
AGENT-INDEX.md
**/AGENT-INDEX.md
.deps/
|