Canonical baseline lives at crates/chanora_audio/benches/baselines/x86_64-unknown-linux-gnu.json and is updated only via the bench-baseline-update.yml workflow.
112 lines
1.9 KiB
Plaintext
112 lines
1.9 KiB
Plaintext
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editors
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Environment / secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
*.pem
|
|
*.key
|
|
*.p12
|
|
*.mobileprovision
|
|
*.keystore
|
|
*.jks
|
|
|
|
# Build output
|
|
build/
|
|
dist/
|
|
out/
|
|
target/
|
|
.dart_tool/
|
|
.flutter-plugins
|
|
.flutter-plugins-dependencies
|
|
.packages
|
|
.pub-cache/
|
|
.pub/
|
|
ios/Pods/
|
|
ios/.symlinks/
|
|
android/.gradle/
|
|
android/app/build/
|
|
|
|
# Generated reports
|
|
reports/
|
|
coverage/
|
|
|
|
# SDD-120 local bench-harness outputs (cargo run --example emit_baseline /
|
|
# compare_baseline at the workspace root). Real baseline JSON is committed
|
|
# at crates/chanora_audio/benches/baselines/x86_64-unknown-linux-gnu.json
|
|
# via the bench-baseline-update.yml workflow only.
|
|
/current.json
|
|
/report.md
|
|
|
|
# Diagnostic bundles
|
|
diagnostics/
|
|
*.diag.zip
|
|
*.diagnostic.zip
|
|
|
|
# Local databases
|
|
*.sqlite
|
|
*.sqlite3
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
.cache/
|
|
|
|
# Upstream documentation snapshots (kept as reference, not project source)
|
|
chanora-docs-repo-format-*.zip
|
|
|
|
# Cargo
|
|
**/Cargo.lock.bak
|
|
|
|
# Flutter / Dart generated (but keep pubspec.lock for the PoC apps)
|
|
**/.dart_tool/
|
|
**/.flutter-plugins
|
|
**/.flutter-plugins-dependencies
|
|
**/.packages
|
|
**/build/
|
|
**/ephemeral/
|
|
**/generated_plugin_registrant.*
|
|
**/GeneratedPluginRegistrant.*
|
|
|
|
# FRB / cargokit local build dirs
|
|
**/cargokit_build/
|
|
|
|
# Android / Gradle local state
|
|
**/.gradle/
|
|
**/local.properties
|
|
|
|
# JNI native libraries produced by cargoBuildRust / cargo-ndk
|
|
# (regenerated by the Gradle build; not project source).
|
|
**/jniLibs/**/*.so
|
|
|
|
# IntelliJ / Android Studio per-project
|
|
**/*.iml
|
|
|
|
# gen2/ holds the externally-provided review summary + zip baseline.
|
|
# Not part of the repo tree; do not commit.
|
|
/gen2/
|
|
|
|
# opencode agent local config
|
|
opencode.json
|
|
|
|
# iOS framework build artifacts produced by chanora_bridge.podspec
|
|
/apps/chanora_flutter/ios/Frameworks/
|
|
.opencode/
|
|
AGENTS.md
|
|
Screenshot 2026-05-17 at 22.23.07.png
|