Captures the decisions from the brainstorm: phones-only (≤480px), all views in scope, right-side hamburger drawer, per-file @media blocks, hide secondary indicator columns. User opted to iterate on the coded product rather than running through writing-plans; spec exists so the rationale survives the session.
19 lines
189 B
Text
19 lines
189 B
Text
.env
|
|
.env.*
|
|
!.env.example
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
.venv/
|
|
venv/
|
|
backup/*.sql
|
|
backup/*.sql.gz
|
|
*.egg-info/
|
|
build/
|
|
dist/
|
|
.coverage
|
|
.mypy_cache/
|
|
.superpowers/
|