mirror of
https://github.com/azaion/gps-denied-onboard.git
synced 2026-04-22 22:46:36 +00:00
28 lines
234 B
Plaintext
28 lines
234 B
Plaintext
# OS
|
|
.DS_Store
|
|
.idea
|
|
.vscode
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
dist/
|
|
.venv/
|
|
.ruff_cache/
|
|
|
|
# Secrets
|
|
.env
|
|
.env.*
|
|
|
|
# Data & Models (large files, local only)
|
|
data/
|
|
weights/
|
|
|
|
# Database
|
|
*.db
|
|
*.sqlite3
|
|
|
|
# Tile cache
|
|
tile_cache/
|