forked from HKUDS/OpenSpace
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
89 lines (70 loc) · 1.34 KB
/
Copy path.gitignore
File metadata and controls
89 lines (70 loc) · 1.34 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
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# OS files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Desktop.ini
# IDE files
.vscode/
.idea/
.pytest_cache/
# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
# Environment files (ignore .env but keep .env.example)
.env
!.env.example
# MCP files
openspace/config/config_mcp.json
# Logs
logs/
# GDPVal reference file cache (pre-downloaded from HuggingFace)
gdpval_bench/ref_cache/
# Embedding cache - root level fully ignored
/.openspace/
# Showcase db - only ignore temp files, keep .db
showcase/.openspace/*
!showcase/.openspace/*.db
# GDPVal benchmark cache
gdpval_bench/.openspace/*
!gdpval_bench/.openspace/*.db
# Embedding cache
embedding_cache/
tool_quality/
# MCP tool cache
mcp_tool_cache.json
mcp_tool_cache_sanitized.json
# Config files
openspace/config/config_dev.json
# LLM keys
openspace/llm/remote_client/
# Local server temp files
openspace/local_server/temp/
examples/
# Skills
openspace/skills/*
!openspace/skills/README.md
# Frontend dependencies
node_modules/
# Frontend local dependency link
frontend/node_modules
# Coverage
.coverage
htmlcov/
coverage.xml
# Dev artifacts (PR diffs, scratch files, Windows NUL)
pr-*-diff*.txt
NUL.txt
scratch_*/
# Internal agent workflow docs (not user-facing)
.github/AGENTS.md
RUNBOOK.yaml