Skip to content

Commit 078522f

Browse files
2-meancursoragent
andcommitted
chore: gitignore root reports/ and stop tracking generated outputs
Keep local report artifacts on disk; align .gitignore with README policy. scripts/reports/ remains tracked as report code. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 3c5f3a1 commit 078522f

6 files changed

Lines changed: 7 additions & 425 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ htmlcov/
2626
# Experiment outputs and generated analysis artifacts
2727
/experiments_current/
2828
/experiments/
29+
# Generated report outputs (plot CSV/MD); keep scripts/reports/ in git
30+
/reports/
2931
# Pre-rename artifact filenames (local trees only; current code uses vision_* names)
3032
**/result_general_*.json
3133
**/general_suite_summary.*

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,11 @@ New code and new runs use `graphfl_lab`, `vision`, `graph_filtered_*`, and `grap
258258
| Path | Git |
259259
|---|---|
260260
| source code, runners, scripts | include |
261+
| `scripts/reports/` | include (report **code**) |
261262
| docs, configs, tests, CI | include |
262263
| `requirements.txt`, `pyproject.toml` | include |
263-
| `data/`, experiment output roots, `reports/`, `outputs/`, `runs/` | ignore |
264+
| `data/`, `experiments_current/`, `outputs/`, `runs/` | ignore (local only) |
265+
| `reports/` (repo root) | ignore (generated plots/tables; local only) |
264266
| `.venv/`, editor cache | ignore |
267+
268+
Root `reports/` stays on disk but is not tracked; use `git rm -r --cached reports/` once if an old case study was committed before the ignore rule.

reports/pathology_graph_case_study/EXPERIMENT_REPORT.md

Lines changed: 0 additions & 119 deletions
This file was deleted.

reports/pathology_graph_case_study/raw_results.csv

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)