Files
openclaw-extra/.gitignore
hz4th_coder 2aaa384a05 初始提交:OpenClaw Extra 管理工具
功能:
- 📋 智能体列表和管理
- 💬 会话内容查看
- 🤖 模型列表
- 📁 工作区文件浏览
- 🌐 Web 管理面板(端口 16026)

包含:
- FastAPI Web 后端
- 网页前端界面
- CLI 命令行工具
- Python API 客户端
2026-07-06 22:19:48 +08:00

41 lines
324 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
venv/
ENV/
env/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Testing
.pytest_cache/
.coverage
htmlcov/
# OS
.DS_Store
Thumbs.db