LLM-translator/.dockerignore

23 lines
227 B
Text

.git
.gitignore
.env
.env.*
!.env.example
.venv
venv
__pycache__
*.py[cod]
*.db
*.db-shm
*.db-wal
data
config/*.json
frontend/node_modules
frontend/dist
tests
.pytest_cache
.mypy_cache
.ruff_cache
*.md
compose*.yml
Dockerfile*