Skip to content

Commit 95a7031

Browse files
committed
ีupdated copilot instructions.
1 parent 95d036a commit 95a7031

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/copilot-instructions.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,16 @@ Before running setup commands, confirm the project structure should match this l
2929
├── requirements.txt
3030
├── .venv/
3131
└── notebook/
32-
├── ld_notebook_async.ipynb
32+
├── ld_notebook_async_gather.ipynb
33+
├── ld_notebook_gather_performance.ipynb
3334
├── .env
3435
├── .env.example
3536
└── lseg-data.config.json
3637
```
3738

3839
Notes:
3940
- `.venv/` must be inside the workspace root.
40-
- `notebook/` must contain both `ld_notebook_async.ipynb` and `lseg-data.config.json`.
41+
- `notebook/` must contain `lseg-data.config.json` and `.env.example`.
4142

4243
---
4344

0 commit comments

Comments
 (0)