diff --git a/.gitignore b/.gitignore index 0e18415d0..f514b74c5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,32 +1,2 @@ - -# ── GSD baseline (auto-generated) ── -.gsd/activity/ -.gsd/runtime/ -.gsd/auto.lock -.gsd/metrics.json -.gsd/STATE.md -.DS_Store -Thumbs.db -*.swp -*.swo -*~ -.idea/ -.vscode/ -*.code-workspace -.env -.env.* -!.env.example -node_modules/ -.next/ -dist/ -build/ -__pycache__/ -*.pyc -.venv/ -venv/ -target/ -vendor/ -*.log -coverage/ -.cache/ -tmp/ +# Created by venv; see https://docs.python.org/3/library/venv.html +* diff --git a/README.md b/README.md index 3ec87b915..2aa8c41d1 100644 --- a/README.md +++ b/README.md @@ -98,10 +98,11 @@ FLASK_DEBUG=1 python src/app.py ## Version History -| Version | Description | Date | -|---------|-------------|------| -| v1 | Original Flask + Bootstrap interface (archived in `src_v1/`) | Pre-2026 | -| v2 | React/Next.js interface (in development in `v2/`) | 2026-03 | +| Version | Description | Date | Location | +|---------|-------------|------|----------| +| v1 | Flask + Bootstrap interface (archived) | Pre-2026 | `src_v1/` | +| v1 | Flask + Bootstrap interface (active) | 2026-03 | `src/` | +| v2 | React/Next.js interface (in development) | 2026-03 | `v2/` | ## Project Structure diff --git a/src/templates/calibration.html b/src/templates/calibration.html index d42a70d42..60345cdfe 100644 --- a/src/templates/calibration.html +++ b/src/templates/calibration.html @@ -213,7 +213,7 @@