Cargo workspace with core/ble/fit/probe crates. crates/core/src/types.rs is the fixed contract between the BLE layer, ride engine and UI. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
21 lines
162 B
Plaintext
21 lines
162 B
Plaintext
# Rust
|
|
/target
|
|
**/*.rs.bk
|
|
|
|
# Node
|
|
node_modules/
|
|
dist/
|
|
.vite/
|
|
|
|
# Tauri
|
|
src-tauri/target/
|
|
src-tauri/gen/
|
|
|
|
# Editors / OS
|
|
.DS_Store
|
|
*.swp
|
|
|
|
# Ride data
|
|
*.fit
|
|
/rides/
|