gitextract_quibif4k/ ├── .gitignore ├── .python-version ├── README.md ├── flask_server.py ├── humane Watch App/ │ ├── Assets.xcassets/ │ │ ├── AccentColor.colorset/ │ │ │ └── Contents.json │ │ ├── AppIcon.appiconset/ │ │ │ └── Contents.json │ │ └── Contents.json │ ├── AudioRecorder.swift │ ├── ContentView.swift │ ├── DataExtension.swift │ ├── Preview Content/ │ │ └── Preview Assets.xcassets/ │ │ └── Contents.json │ └── humaneApp.swift ├── humane-Watch-App-Info.plist └── humane.xcodeproj/ ├── project.pbxproj ├── project.xcworkspace/ │ ├── contents.xcworkspacedata │ └── xcshareddata/ │ └── IDEWorkspaceChecks.plist └── xcuserdata/ └── oliviali.xcuserdatad/ └── xcschemes/ └── xcschememanagement.plist