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:
parent
fe42de5bfa
commit
d909006a01
5 changed files with 560 additions and 6 deletions
21
.gitignore
vendored
21
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue