2cb633e99d
Clean-room reproduction of PFPX: route generation + IFPS validation + OFP. Independent design — official ICAO/EUROCONTROL data only (RAD, FRA points, IFPUV oracle); no community FPL sources. Workspace crates: core (routing/discover/rad/navdata/perf/export), cli, server, rad (Annex parser), gui (Tauri v2 + React + MapLibre). Route discovery: oracle-in-the-loop repair against Eurocontrol IFPUV. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
28 lines
493 B
Plaintext
28 lines
493 B
Plaintext
# 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
|