mcp-demo/.gitignore
Codex Backup 6d96585d42 Initial backup of Codex development projects
包含内容:
- 应用程序: temp-auto-editor (带货短视频自动化剪辑系统)
- 项目: auto-editor, FableCut, footage_screener
- 文档: 视频工作流, chatcut, latentdync
- 配置: config.toml, .env
- 技能: kimi-webbridge
- MCP 包装器: gitea wrapper.js
- 记忆文件: memories/*.md
- 会话摘要: session_index.jsonl

备份日期: 2026-07-27 14:00:28
2026-07-27 14:00:29 +08:00

51 lines
388 B
Plaintext

# Dependencies
node_modules/
venv/
.venv/
__pycache__/
*.pyc
*.pyo
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log
logs/
# Temp files
*.tmp
*.temp
*.bak
# Large binary files
*.exe
*.dll
*.so
*.dylib
# Archive files
*.zip
*.tar.gz
*.rar
# Environment files
.env.local
.env.production
# Build outputs
dist/
build/
out/
# Cache
.cache/
npm-cache/
yarn-cache/