the signals and their derived score are provisional and subject to change.
validate manually before sharing.
78b72c666b9435d33ea789754203d438d3505695f10a0102a5c19860cd597e5919a5ce015810c5e8Authored: 5 months ago (Sat, 21 Mar 2026 23:05:56 +0000)Match: Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>778f71320f011c263d490c9c8ddce6c291de3c1eAuthored: 5 months ago (Sat, 21 Mar 2026 22:40:16 +0000)Match: Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>.github/copilot-instructions.mdTool: github-copilot# Project Guidelines
## Code Style
- Follow PEP 8 with a 120 character line limit.
- Use double quotes for Python strings.
- Keep comments focused on why, not what.
## Build and Test
- Install/update dependencies with `uv sync -U`.
- Run tests with `uv run pytest`.
- Run Django commands with `uv run python manage.py <command>`.
- Typical local sequence: `uv run python manage.py makemigrations`, `uv run python manage.py migrate`, `uv run python manage.py runserver`.
- Before finishing model changes, verify.cursorignoreFile: .gitignoreTool: cursor