read.markets/.gitignore
Giorgio Gilestro 4c1793e4e9 docs: mobile responsiveness design spec
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.
2026-05-28 18:30:42 +02:00

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/