Initial import of NavSea pbf project

This commit is contained in:
OpenAI Codex
2026-03-17 19:48:15 +08:00
commit 5f3f7409b3
84 changed files with 43889 additions and 0 deletions

37
.gitignore vendored Normal file
View File

@@ -0,0 +1,37 @@
# Python environments
.venv/
venv/
env/
# Python cache
__pycache__/
*.py[cod]
*.pyo
*.pyd
# Editor / OS
.DS_Store
Thumbs.db
.idea/
.vscode/
# Local temp and logs
.tmp/
logs/
*.log
# Test / coverage caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
# Build artifacts
build/
dist/
*.egg-info/
# Local runtime outputs
report/*.tmp
report/*.cache