# Rust
/target
**/*.rs.bk

# Node
node_modules/
dist/
.vite/

# Tauri
src-tauri/target/
# All of gen/ is generated and none of it is tracked. `tauri android init`
# rebuilds gen/android from scratch, so the hand-maintained Android files — the
# manifest with the BLE permissions, MainActivity, the app gradle script,
# ProGuard rules, the theme — live in src-tauri/android/ and are copied in by
# scripts/sync-android-sources.sh after every init.
src-tauri/gen/

# Android signing material. A keystore in the repo is a signing key given away;
# CI writes both of these from secrets.
*.jks
*.keystore
src-tauri/android/keystore.properties

# Editors / OS
.DS_Store
*.swp

# Ride data
*.fit
/rides/

# Arch packaging (makepkg work dirs + built packages)
/packaging/arch/pkg/
/packaging/arch/src/
/packaging/arch/*.pkg.tar.zst
/.cargo-arch/
bikecontrol.log
