29 lines
593 B
Plaintext
Executable File
29 lines
593 B
Plaintext
Executable File
# Local agent and transient artifacts
|
|
.codex
|
|
.codex/
|
|
__pycache__/
|
|
*.pyc
|
|
tls/
|
|
node_modules/
|
|
playwright-report/
|
|
test-results/
|
|
|
|
# Keep firmware SDK tree out of this workspace-tracking repo
|
|
CR_SDK_CK-main/
|
|
|
|
# Flutter/Dart build artifacts
|
|
k_phone/.dart_tool/
|
|
k_phone/build/
|
|
k_phone/.flutter-plugins
|
|
k_phone/.flutter-plugins-dependencies
|
|
k_phone/android/.gradle/
|
|
k_phone/android/local.properties
|
|
k_phone/android/app/build/
|
|
k_phone/ios/.symlinks/
|
|
k_phone/ios/Pods/
|
|
k_phone/ios/Flutter/App.framework
|
|
k_phone/ios/Flutter/Flutter.framework
|
|
k_phone/ios/Flutter/Generated.xcconfig
|
|
*.g.dart
|
|
*.freezed.dart
|