-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (42 loc) · 783 Bytes
/
.gitignore
File metadata and controls
48 lines (42 loc) · 783 Bytes
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
# Build / IDE
.pio/
.vscode/
.cache/
__pycache__/
build/
sdkconfig*
!sdkconfig.defaults
managed_components/
dependencies.lock
compile_commands.json
# Auto-generated by scripts/version_bump.py — fresh clone starts at build 0.
firmware/build_number.txt
# OS noise
.DS_Store
._*
Thumbs.db
# Editor swap
*.swp
*~
# Eagle backups
*.s#?
*.b#?
# Externe Quellen-Klone (nicht versionieren, gehören jeweiligem Upstream)
research/
# NIEMALS in Git (projekt-übergreifende Regel, 2026-05-19):
# Agent-Guidance, interne Notizen, Secrets, Logs, fremde Datenblätter
# und urheberrechtlich geschützte Schematics dürfen weder lokal noch
# auf einem Remote landen.
CLAUDE.md
MEMORY.md
GEMINI.md
FACTS.md
HARDWARE_STATUS.md
.env
.env.*
*.key
*.pem
*.log
schematics/
datasheets/
datasheet/