llm-app / .dockerignore
Leo
Add .dockerignore to exclude secrets and cache
8d55e58
raw
history blame
226 Bytes
# Prevent secrets and junk from being baked into Docker images
# Secrets
.env
.env.*
# macOS junk
.DS_Store
# Python cache
__pycache__/
*.py[cod]
# Virtual environments
.venv/
venv/
# Git stuff (optional)
.git
.gitignore