update .gitignore to include model and docker initialization files; add new script for database creation and search functionality

This commit is contained in:
2025-09-15 01:02:18 +02:00
parent a61f8554ed
commit da1801e982
2 changed files with 554 additions and 0 deletions
+4
View File
@@ -9,3 +9,7 @@ wheels/
# Virtual environments
.venv
.env
# Bases de datos y modelos
.model/
docker-entrypoint-initdb.d/