# See web/.dockerignore for why this matters. Here it is smaller but the same principle: # a virtualenv or cache built on the host must never be copied into the image, because # it was built against a different interpreter and libc. .venv venv __pycache__ *.py[cod] *.egg-info .pytest_cache .mypy_cache .ruff_cache .coverage htmlcov .git .gitignore Dockerfile .dockerignore .env*