包含 extensions、skills、prompts、settings、auth、models、mcp 等配置。 排除 node_modules、npm 缓存、sessions 等运行时数据。
55 lines
589 B
Plaintext
55 lines
589 B
Plaintext
# macOS
|
|
.DS_Store
|
|
**/.DS_Store
|
|
|
|
# Python
|
|
__pycache__/
|
|
**/__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
.Python
|
|
.venv/
|
|
venv/
|
|
env/
|
|
|
|
# .NET build outputs
|
|
bin/
|
|
obj/
|
|
**/bin/
|
|
**/obj/
|
|
|
|
# Local generated materials
|
|
软件著作权申请资料/
|
|
**/软件著作权申请资料/
|
|
|
|
# Temporary and preview outputs
|
|
*.tmp
|
|
*.temp
|
|
*.log
|
|
*.pdf
|
|
*.png
|
|
*.jpg
|
|
*.jpeg
|
|
*.webp
|
|
!docs/
|
|
!docs/screenshots/
|
|
!docs/screenshots/*.png
|
|
|
|
# Office lock files
|
|
~$*.docx
|
|
~$*.xlsx
|
|
~$*.pptx
|
|
|
|
# Editor / IDE
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Environment
|
|
.env
|
|
.env.*
|
|
|
|
# Keep the generated demo in this repository
|
|
!生成demo/
|
|
!生成demo/**
|
|
生成demo/**/.DS_Store
|