summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 4063ddf639675bcebff4486bbdcb5700018985eb (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
56
57
58
59
60
61
62
63
64
65
66
# 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
*.uf2
*.dis
build/
firmware/**/build*/
firmware/**/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/

# Pico out-of-tree builds
firmware/**/build*/

# Freerouting artifacts
*.dsn
*.ses
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com