AndesOps-AI / backend /.dockerignore
Álvaro Valenzuela Valdes
🚀 Production ready for HF Spaces (Security Cleaned)
9e4bb05
raw
history blame contribute delete
204 Bytes
.git
.gitignore
.env
.env.local
.venv
__pycache__
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.pytest_cache
.coverage
htmlcov
dist
build
*.egg-info
.DS_Store
.vscode
.idea
*.log
*.db
*.sqlite
node_modules
.next