Smart bench press trainer with electric motor (M365 Pro). CAN Bus architecture: ESP32-S3 (master) + Flipsky 75100 (VESC) + STM32 Blue Pill (carriage). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
25 lines
155 B
Plaintext
25 lines
155 B
Plaintext
# Build artifacts
|
|
build/
|
|
*.o
|
|
*.elf
|
|
*.bin
|
|
*.hex
|
|
*.map
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# PlatformIO
|
|
.pio/
|
|
|
|
# Archives
|
|
*.zip
|