| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- # IDE
- .idea/
- .vscode/
- *.iml
- *.ipr
- *.iws
- # Build outputs
- **/target/
- **/dist/
- **/unpackage/
- **/node_modules/
- # Logs
- *.log
- logs/
- # OS files
- .DS_Store
- Thumbs.db
- # Local config
- *.local
- .env.local
- .env.*.local
- .env.production
- # Test artifacts
- .playwright-mcp/
- coverage/
- # Temporary files
- *.tmp
- *.temp
- *.swp
- *.swo
- *~
- ~$*
- # 健康报告解析临时结果(含用户健康数据,不入库)
- **/uploads/json-results/
- # Sisyphus work directory
- .sisyphus/
- # Git worktrees
- .worktrees/
- worktrees/
- # Screenshots
- *.png
- !docs/**/*.png
- !cfc-frontend/static/*.png
- !cfc-web/public/logo.png
- !web/img/*.png
- !web/img/product-intro/*.png
- !web/articles/*.png
- # Python
- *.py
- __pycache__/
- # OpenCode
- .opencode/
- dev-browser/
- .omo/
- # Python venv
- .venv/
- venv/
- # Codegraph
- .codegraph/
- # Skills temp directory
- .superpowers/sdd/
- # 小红书日报推送本地配置(含飞书密钥,禁止提交)
- 运营文案/xhs_daily_config.json
|