llm2 / .dockerignore
Leo
Inital upload of working files
40cef76
raw
history blame contribute delete
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