44 lines
453 B
Plaintext
44 lines
453 B
Plaintext
# PlatformIO
|
|
.pio/
|
|
.pioenvs/
|
|
.piolibdeps/
|
|
|
|
# VSCode
|
|
.vscode/
|
|
*.code-workspace
|
|
|
|
# macOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
|
|
# CLion / JetBrains
|
|
.idea/
|
|
cmake-build-*/
|
|
|
|
# Build artifacts
|
|
*.o
|
|
*.a
|
|
*.d
|
|
*.elf
|
|
*.bin
|
|
*.hex
|
|
*.map
|
|
|
|
# Credentials (WiFi passwords etc.)
|
|
secrets.h
|
|
credentials.h
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# WiFi credentials — never commit
|
|
data/wifi.json
|
|
|
|
# Gesture config — may contain webhook URLs, keep local
|
|
data/config.json
|
|
|