-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
66 lines (58 loc) · 1.59 KB
/
Copy path.gitignore
File metadata and controls
66 lines (58 loc) · 1.59 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
# Build / IDE
.pio/
.vscode/
.cache/
__pycache__/
build/
sdkconfig*
!sdkconfig.defaults
managed_components/
dependencies.lock
compile_commands.json
# esptool.py-Symlink — Workaround für einen Bootloader-Build-Step, der
# `python firmware/esptool.py` sucht (statt `python -m esptool`). Symlink
# zeigt auf $HOME/.platformio/penv/bin/esptool.py. Solange wir den
# Wrapper nicht im idf-build-Pfad sauber fixen, lebt der Symlink lokal.
firmware/esptool.py
# OS noise
.DS_Store
._*
Thumbs.db
# Editor swap
*.swp
*~
# Eagle backups
*.s#?
*.b#?
# Externe Quellen-Klone (nicht versionieren, gehören jeweiligem Upstream)
research/
# Vorgebackene Release-Binaries — leben nur auf der public-Branch,
# nicht in den lokalen Build-Snapshots. Public-main trägt sie als
# expliziter Release-Artefakt.
binaries/
# Webflasher-Output (factory.bin + firmware.bin + manifest.json +
# MD5SUMS) wird von release.sh gebaut und manuell zu install.busware.de
# rsync't — gehört nicht ins Repo. Eine eventuelle webflasher/index.html
# (Landing-Page) wäre tracked, alles andere nicht.
webflasher/*.bin
webflasher/manifest.json
webflasher/MD5SUMS
# NIEMALS in Git (projekt-übergreifende Regel, 2026-05-19 / 2026-05-20):
# Agent-Guidance, interne Notizen, Secrets, Logs, fremde Datenblätter
# und urheberrechtlich geschützte Schematics dürfen weder lokal noch
# auf einem Remote landen. .claude/ ist Claude-Code-Harness-State
# (session IDs + PID + Lock-Timestamps) und gehört nie in Build-Snapshots.
CLAUDE.md
MEMORY.md
GEMINI.md
FACTS.md
HARDWARE_STATUS.md
.env
.env.*
*.key
*.pem
*.log
schematics/
datasheets/
datasheet/
.claude/