# Rust build artifacts (root workspace + nested Tauri crate) /target/ **/target/ # Local SQLite databases (generated by `import-navdata`) *.db *.db-journal *.db-wal *.db-shm # Full X-Plane navdata (large, licensed separately — see README) /navdata/ # Generated flight plans at the repo root (demo/output artifacts) /*.pln /*.fms # Node / frontend node_modules/ /gui/dist/ # Local agent config (machine-specific permissions) /.claude/settings.local.json # Editor / OS *.rs.bk .DS_Store # IFPUV debug screenshot (changes every run) tools/ifpuv/result.png