c7177cc3c2
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
31 lines
562 B
Plaintext
31 lines
562 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
|
|
|
|
# IFPUV debug screenshot (changes every run)
|
|
tools/ifpuv/result.png
|