-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
87 lines (72 loc) · 1.2 KB
/
.gitignore
File metadata and controls
87 lines (72 loc) · 1.2 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
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.venv/
/uv.lock
*.egg-info/
.pytest_cache/
.coverage
htmlcov/
# Jupyter Notebooks
.ipynb_checkpoints
# macOS
.DS_Store
# VS Code
.vscode/
# Generated assets
assets/demo_animation_frames/
*.gif
# Frontend
frontend/node_modules/
frontend/.next/
frontend/out/
# Bundled frontend in Python package (built in CI during release)
src/hyperview/server/static/
# Python package build
dist/
build/
*.egg-info/
# Data cache
*.hf/
.cache/
# external repo (https://github.com/Hyper3Labs/hyper-scatter)
hyper-scatter/
# nohup
nohup.out
frontend/nohup.out
# Local logs / tool artifacts
.hyperview-*.log
.hyperview-*.pid
.playwright-mcp/
frontend/tsconfig.tsbuildinfo
# Hyperbolic model zoo (kept as a separate repo)
hyper_model_zoo/
hyper_models/
scripts_ignored/
# AI Context (Agent files)
.claude/
CLAUDE.md
TASK.md
TESTS.md
AGENTS.md
**/AGENTS.md
.github/agents/
.github/instructions/
.github/hooks/
.github/skills/
.agents/
.specstory/
# Generated version file (hatch-vcs)
src/hyperview/_version.py
# Local workspace overlays (not part of upstream HyperView fork)
cosmos-curate/
video-search-and-summarization/
submission/
context/
data/
artifacts/nuscenes_fixture/