OpenSpace/.gitignore
Fabio Scarsi 19325320ba fix(orchestration): bound timeouts and teardown subprocess trees
Ensure local shell timeouts clean up subprocess trees without breaking Windows fallback paths, raise the run_shell sanity ceiling for long tasks, and bound post-task analysis so execution cannot hang indefinitely. Add focused regression coverage for timeout cleanup, retry guidance, timeout caps, and analyzer cancellation.

Co-authored-by: GPT-5.5 <noreply@cursor.com>
2026-05-13 02:36:24 +08:00

80 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/
.test-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