OpenSpace/.gitignore
Xu Lingrui eb44a977cf
fix: resolve macOS dependency conflict (#78)
fix: resolve macOS dependency conflict in extras
2026-04-16 20:33:10 +08:00

79 lines
1.2 KiB
Text

# 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/
.venv/
# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
# Environment files (ignore .env but keep .env.example)
.env
!.env.example
# MCP config files
openspace/config/config_mcp.json
# Communication config files
openspace/config/config_communication.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