# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
venv/

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.local

# Workspace / Output (运行时生成)
workspace/
output/
templates/registry.json
.locks/
*.docx
*.xlsx
*.pptx
