/ .gitignore
.gitignore
 1  target/
 2  /_reference
 3  /_vendor
 4  **/*.rs.bk
 5  .DS_Store
 6  *.log
 7  # Large capture files
 8  abzu-chameleon/tools/captured/*.pcap
 9  
10  # FFI build artifacts (rebuild with ./build_xcframework.sh)
11  abzu-ffi/target/
12  
13  # Flutter
14  **/build/
15  **/.dart_tool/
16  **/.flutter-plugins
17  **/.flutter-plugins-dependencies
18  **/pubspec.lock
19  **/macos/Pods/
20  **/macos/Flutter/ephemeral/
21  *.iml
22  scripts/export_human_docs.sh
23  
24  # Local Data & Secrets
25  abzu-data/
26  data/
27  .abzu/
28  identity.json
29  identity.pem
30  secret_*.json
31  *.db
32  token_db/