2e5bdacdcf
Nueva función metabase_setup para setup inicial via API. Fix list_databases que no extraía data del response wrapper. Pipeline init_metabase soporta --mb-volumes para montar SQLite como volumen con fix de permisos automático. Añadido .env a gitignore. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
33 lines
389 B
Plaintext
33 lines
389 B
Plaintext
# SQLite index (regenerable con fn index) — SOLO en raiz
|
|
registry.db
|
|
registry.db-journal
|
|
registry.db-wal
|
|
|
|
# operations.db — datos vivos, cada app genera el suyo con fn ops init
|
|
**/operations.db
|
|
**/operations.db-journal
|
|
**/operations.db-wal
|
|
**/operations.db-shm
|
|
|
|
# Binario CLI
|
|
/fn
|
|
|
|
# Go
|
|
*.exe
|
|
*.test
|
|
*.out
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Secrets
|
|
.env
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|