f8048da9c1
- Untrack .playwright-cli/ and ignore it + *.png; route QA artifacts to /tmp - be/fe-implementer: require git status + test output + live smoke test in every report; never trust a running server, restart fresh; say so if unfinished (fixes the false-success-report failure mode from session 1) - qa: adversarial stance (distrust self-reports, confirm features exist via /openapi.json), restart both servers + reset dev DB before testing, write expected numbers into scenarios - Add HANDOFF.md and RETROSPECTIVE.md as session docs
19 lines
216 B
Plaintext
19 lines
216 B
Plaintext
# Python / uv
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
|
|
# App data
|
|
*.db
|
|
|
|
# QA / playwright artifacts (keep these OUT of the repo; use /tmp instead)
|
|
.playwright-cli/
|
|
*.png
|
|
|
|
# Node / Vite
|
|
node_modules/
|
|
dist/
|
|
|
|
# OS / editor
|
|
.DS_Store
|