Spaces:
Running
Running
| # Local data caches (downloaded by `gtb fetch`) | |
| .graphtestbed/ | |
| data/ | |
| **/_hf_cache/ | |
| # Editor / OS | |
| .vscode/ | |
| .idea/ | |
| .DS_Store | |
| # Python | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.egg-info/ | |
| *.egg | |
| build/ | |
| dist/ | |
| .venv/ | |
| .env | |
| # Defensive — these names should never appear in this repo, but if they do | |
| # (e.g., maintainer running tools/build_dataset_*.py locally), don't commit. | |
| ground_truth*.csv | |
| *test_labels*.csv | |
| private/ | |
| **/private/ | |
| # Agent harness scratch space | |
| runs/ | |
| agents/**/runs/ | |
| agents/**/_vendor/ | |
| .claude/ | |
| # CLIProxyAPI vendored | |
| agents/cliproxyapi/_vendor/cli-proxy-api | |
| agents/cliproxyapi/_vendor/config.yaml | |
| agents/cliproxyapi/_vendor/proxy.log | |