# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.venv/
venv/
*.egg-info/
dist/
build/

# Secrets
.env
*.env

# Base de datos SQLite (contiene usuarios y contraseñas — NO subir)
*.db
*.sqlite

# ENC / S-57 chart data — large binary + GeoJSON, rebuilt on demand.
# Keep only the single world-overview cell (US1GC09M) as base reference.
Cartas/
charts/
!charts/US1GC09M/

# Generated GeoJSON (rebuilt on demand)
backend/cache/

# Node
node_modules/

# OS
.DS_Store
Thumbs.db

# IDE / session files
.claude/
*.log
logs/
.nextcloudsync.log
