feat: AR-GPS initial commit — Python + JavaScript PyQt5 (standalone desktop app) + FastAPI (charts REST router) + OpenLayers (frontend map)

This commit is contained in:
2026-07-03 12:15:59 -04:00
commit 346bc1ffcb
19 changed files with 7149 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.venv/
venv/
env/
.env
.env.*
*.egg-info/
dist/
build/
output/
*.db
.mypy_cache/
.pytest_cache/
.ruff_cache/
# Database files (GPS track data — user-specific, not version-controlled)
data/*.db
data/*.db-shm
data/*.db-wal
# ENC chart cache files (large binary/GeoJSON, installed at runtime)
charts/*/
!charts/.gitkeep
# Qt / PyQt artefacts
*.pyc
# General
.DS_Store
Thumbs.db
*.bak
*.log