Add production deployment files:

- INSTALL.md: Complete installation guide in Spanish
       - setup.sh: Automatic setup script for dependencies
       - .env.example: Environment variables template
       - Updated requirements.txt and .gitignore
This commit is contained in:
ijuanes 2026-06-24 22:16:35 +01:00
parent fe42de5bfa
commit d909006a01
5 changed files with 560 additions and 6 deletions

21
.gitignore vendored
View file

@ -13,9 +13,10 @@ wheels/
*.db
*.db-journal
# Project-specific
notes_development/
.vibe/
# Environment files
.env
.env.local
.env.*.local
# IDE/Editor
.idea/
@ -29,3 +30,17 @@ Thumbs.db
# Python
.python-version
# Project-specific
notes_development/
.vibe/
# Logs and temporary files
*.log
*.tmp
# Test coverage
.htmlcov/
.coverage
# Local configuration