# --- Python runtime junk --- .venv/ __pycache__/ *.pyc *.pyo *.egg-info/ .pytest_cache/ .mplconfig/ # --- Node build cache (we ship web/frontend/dist/ but not node_modules) --- web/frontend/node_modules/ web/frontend/.vite/ # --- Local output, data, experiment dirs --- outputs/ output/ data/ augmented_test/ agentic_test_output/ roboengine_test_output/ robosam_sam3v_output/ hybrid_test_output/ rfdetr_test_output/ comparison_images/ screenshots/ scratch/ tmp/ build/ test_results/ # --- Media that would bloat the image --- *.mp4 *.mov *.pth *.pt # --- Tooling / env --- .git/ .gitignore .github/ .conductor/ .claude/ .mcp.json .playwright-browsers/ .playwright-cli/ .env .env.example .DS_Store # --- Large repo-root files we don't need at runtime --- README.md AGENTS.md diagnostic_agent_explained.html so101_pnp1_ep0_10s*.mp4 mockups/ docs/ tests/ backgrounds/ assets/ configs/ scripts/ smolvla_inspect/ regenerate_report.py run_single_counterfactual.py inspect_attention.py run*.sh setup-gpu.sh start_servers.sh clone-and-setup.sh