feat: AR-ECDIS initial commit

This commit is contained in:
2026-07-03 12:21:00 -04:00
commit a4576a4907
7 changed files with 4686 additions and 0 deletions
+53
View File
@@ -0,0 +1,53 @@
# AR ECDIS — root .gitignore
# The real source lives in webecdis/ which has its own .gitignore.
# This file covers the outer project root.
# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Virtual environments
venv/
.venv/
env/
# Database / runtime data
*.db
*.db-wal
*.db-shm
*.sqlite
# Secrets / environment
.env
.env.*
*.env
# Nextcloud sync metadata
.nextcloudsync.log
.sync_*.db
.sync_*.db-wal
# GPS / UBX raw logs (large binary, not source)
*.ubx
# Build artifacts
build/
dist/
*.spec
# OS / IDE
.DS_Store
Thumbs.db
Desktop.ini
.vscode/
.idea/
*.swp
*.bak
# Logs
*.log
logs/