- Login/Logout anchors now carry rel="external": sycamore-router intercepts same-origin anchor clicks otherwise, so the OIDC login round-trip never left the SPA (found with a real browser test) - Opponents' hidden hands render as a tidy 5x2 grid of card backs, seats have a fixed height and shrink-wrap so the table no longer jumps as cards are played - Dockerfile: cache the Rust target dir so frontend rebuilds are fast - ignore .playwright-mcp/ tooling output
16 lines
163 B
Plaintext
16 lines
163 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
.env
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.mypy_cache/
|
|
.pytest_cache/
|
|
|
|
# Rust build output
|
|
target/
|
|
|
|
# Playwright MCP tooling output
|
|
.playwright-mcp/
|