Add Docker exec PTY sessions

This commit is contained in:
GitHub Copilot
2026-01-29 13:18:31 +00:00
parent 74a2e31a55
commit 8dc16b59e2
7 changed files with 409 additions and 18 deletions
+2
View File
@@ -21,6 +21,8 @@ build-all: clean-all node_modules build install-dev check ## Full reproducible b
# =============================================================================
# Python targets
# =============================================================================
# NOTE: Install dev tools (ruff/pytest/etc.) using `pip install --user --break-system-packages`
# from the dev dependency list (pyproject.toml or requirements-dev.txt).
install: ## Install package in editable mode
$(PIP) install -e .