mirror of
https://github.com/microsoft/SkillOpt.git
synced 2026-07-03 14:02:58 +08:00
62 lines
1.2 KiB
Plaintext
62 lines
1.2 KiB
Plaintext
__pycache__/
|
|
*.pyc
|
|
*.egg-info/
|
|
build/
|
|
dist/
|
|
site/
|
|
|
|
data/*
|
|
!data/README.md
|
|
!data/searchqa_id_split/
|
|
!data/searchqa_id_split/**
|
|
!data/livemathematicianbench_id_split/
|
|
!data/livemathematicianbench_id_split/**
|
|
!data/docvqa_id_split/
|
|
!data/docvqa_id_split/**
|
|
!data/officeqa_id_split/
|
|
!data/officeqa_id_split/**
|
|
!data/spreadsheetbench_id_split/
|
|
!data/spreadsheetbench_id_split/**
|
|
!data/alfworld_path_split/
|
|
!data/alfworld_path_split/**
|
|
outputs/
|
|
logs/
|
|
external/
|
|
|
|
/BabyVision/
|
|
/MMRB/
|
|
/SpreadsheetBench/
|
|
/dl4ir-searchQA/
|
|
|
|
configs/local/
|
|
configs/**/*.local.yaml
|
|
*.local.md
|
|
*.secret.md
|
|
*.bak
|
|
|
|
.env
|
|
.secrets/
|
|
.codex_azure*/
|
|
|
|
# Internal docs (not for open-source release)
|
|
docs/ablation_plan.md
|
|
docs/ablation_paper_tables.md
|
|
docs/ablation_paper_tables.html
|
|
docs/experiment_commands.md
|
|
docs/slow_update_flowchart.md
|
|
docs/session_memory.md
|
|
docs/harness_fresh_machine_handoff.md
|
|
docs/harness_monitoring_memory.md
|
|
docs/harness_reproduction_secrets.secret.md
|
|
docs/reflact_conda_env_export.yml
|
|
docs/reflact_overview.html
|
|
docs/render_ablation_paper_tables.py
|
|
docs/让*
|
|
.gradio/
|
|
.venv
|
|
|
|
# Local experiment launchers — contain machine-specific endpoints/identities, never commit
|
|
tests/run_*.sh
|
|
tests/launch_*.py
|
|
*.launch.log
|