-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
109 lines (100 loc) · 2.44 KB
/
Copy path.gitignore
File metadata and controls
109 lines (100 loc) · 2.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# Python
*.pyc
*.pyo
__pycache__/
*.egg-info/
dist/
build/
.eggs/
.venv/
venv/
# Runtime data (generated at runtime, not versioned)
records/
records/benchmark_examples/
memory_data/
.autoharness/
wandb/
# User runtime data (session store, memory index, image cache)
# These live in ~/.visualclaw/ which is outside the project.
# If a project-local override is used, exclude it:
sessions/
image_cache/
# Test / CI artifacts
.pytest_cache/
.ruff_cache/
.mypy_cache/
*_benchmark_results*.json
# IDE / OS
.vscode/
.idea/
.DS_Store
# Claude Code local state (settings, scratch, scheduled tasks — mostly shared manually, not via git)
claude/settings.local.json
claude/scheduled_tasks.lock
claude/work_log/*
# Exception: the EgoSchema rerun log is tracked (shared with collaborator)
!claude/work_log/2026-04-14_egoschema_rerun.md
# `/data/` is anchored to repo root — keep top-level data/egoschema/ etc out of git,
# but DO NOT match `benchmark/data/` which holds the VisualClawArena scenario payloads.
/data/
config.yaml
skills/
# ClawArena managed-mode backup (contains api keys — never commit)
.config_yaml_clawarena_bak
config.yaml
.claude
local_record/
# VisualClawArena local secrets / runtime outputs / video blobs / regenerable caches
.env
runs/
logs/
benchmark/data/**/clip/
benchmark/data/**/audit_frames/
benchmark/data/**/_vsi_dl/
benchmark/data-spec/**/audit_frames/
benchmark/data-spec/_runtest/
docs/case_studies/*.tar.gz
docs/case_studies/**/memory/*.db
!docs/case_studies/skills_memory/**/skills/
!docs/case_studies/skills_memory/**/skills/**
docs/paper_figure.tar.gz
*.mp4
# Local ad hoc notes / scratch files from interactive debugging sessions
20??-??-??-*.txt
test_claude.py
# Public VisualClaw code branch: keep VisualClawArena/data/paper artifacts out of git.
benchmark/data/
benchmark/data-spec/
docs/case_studies/
docs/mm[_]arena/
docs/visualclawarena/
results/
docs/analysis_artifacts/
docs/design/
docs/figs/
docs/figure/
docs/paper/
claude/work_log/
docs/*.tex
docs/references.bib
docs/PAPER_*.md
docs/*RESULTS*.md
docs/*ROADMAP*.md
docs/BENCHMARK_*.md
docs/EGOCENTRIC_VIDEO_BENCHMARKS.md
docs/GATEWAY_MERGE_NOTES.md
docs/HAOQIN_*.md
docs/WORKSHOP_*.md
docs/other_paper_analysis.md
scripts/launch_*.sh
scripts/build_*.yaml
scripts/p[0-9]*_*.py
scripts/p[0-9]*_*.sh
scripts/run_p*.sh
scripts/watch_and_resume_final_active_after_clips_2026_06_02.sh
assets/README_*.md
assets/new_logo*.png
assets/logo.jpg
assets/pipeline_*.gif
assets/pipeline_*.png
assets/tinker.jpg