重构项目为LLM 驱动
This commit is contained in:
42
.gitignore
vendored
42
.gitignore
vendored
@@ -1,34 +1,10 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.pyo
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
.eggs/
|
||||
|
||||
# Playwright MCP snapshots
|
||||
.playwright-mcp/
|
||||
|
||||
# Local secrets & backups
|
||||
config.json
|
||||
*.doc.bak
|
||||
|
||||
# Uploads (user data)
|
||||
web/uploads/
|
||||
|
||||
# Logs
|
||||
pipeline.log
|
||||
*.log
|
||||
|
||||
# Debug images
|
||||
images/
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
.venv/
|
||||
.cursor/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
__pycache__/
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
.playwright-mcp/
|
||||
*.pyc
|
||||
logs/
|
||||
.vscode/
|
||||
Reference in New Issue
Block a user