Exercise Library/ holds per-exercise reference docs (setup, cues, mistakes, progressions) with SVG visuals and a Python-rendered motion pipeline; Workouts/ExerciseFigure renders the bundled *.motion.json rigs as animated stick figures on the exercise screen. Exercises gain a warm-up/main-circuit category, timed exercises display hold time via planSummary, and a completed exercise reopens to a check screen instead of its timers.
26 lines
320 B
Plaintext
26 lines
320 B
Plaintext
## XcodeGen output (generated from project.yml)
|
|
*.xcodeproj/
|
|
|
|
## macOS / Xcode
|
|
.DS_Store
|
|
xcuserdata/
|
|
*.xcuserstate
|
|
DerivedData/
|
|
build/
|
|
|
|
## Swift Package Manager
|
|
.swiftpm/
|
|
Packages/
|
|
Package.resolved
|
|
|
|
## Release / TestFlight
|
|
.env.release
|
|
*.p8
|
|
|
|
## Misc
|
|
*.log
|
|
|
|
## Python (Exercise Library render tooling)
|
|
__pycache__/
|
|
*.pyc
|