37 lines
510 B
Plaintext
37 lines
510 B
Plaintext
# 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 / chart binary exchange sets (large S-57 binaries)
|
|
Cartas/*/ENC_ROOT/**/*.000
|
|
Cartas/*/ENC_ROOT/**/*.001
|
|
Cartas/*/ENC_ROOT/**/*.002
|
|
Cartas/*/ENC_ROOT/**/*.003
|
|
Cartas/*/ENC_ROOT/**/*.004
|
|
Cartas/*/ENC_ROOT/**/*.005
|
|
|
|
# Generated GeoJSON (rebuilt on demand)
|
|
backend/cache/
|
|
|
|
# Node
|
|
node_modules/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|