# Don't ship dev cruft into the image. venv/ .venv/ __pycache__/ *.py[cod] *.egg-info/ .pytest_cache/ .mypy_cache/ .ruff_cache/ # Eval artifacts — keep the harness code (eval/*.py + queries.jsonl) # but not the markdown results (re-runnable locally). eval/results/ # Git + IDE .git/ .github/ .gitea/ .vscode/ .idea/ *.swp # Documentation / planning — not needed in runtime image PLAN.md README.md CLAUDE.md deploy/