# .omx 内部
.omx/

# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Node
node_modules/
.next/
out/
dist/
*.tsbuildinfo
.turbo/

# 环境与密钥
.env
.env.*
!.env.example
!.env.*.example
*.pem
*.key
secrets/
thisisserver.conf

# IDE / OS
.DS_Store
.vscode/
.idea/
*.swp

# 构建产物
build/
*.log

# 本地研究与会话上下文（不进 grant 仓库）
/arc/
*-context.txt
.superpowers/

# 本地工具/IDE 配置与录制源（不进 grant 仓库）
.qoder/
.mcp.json
.codegraph/
docs/arc/recordings/
