.gitignore 814 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. # IDE
  2. .idea/
  3. .vscode/
  4. *.iml
  5. *.ipr
  6. *.iws
  7. # Build outputs
  8. **/target/
  9. **/dist/
  10. **/unpackage/
  11. **/node_modules/
  12. # Logs
  13. *.log
  14. logs/
  15. # OS files
  16. .DS_Store
  17. Thumbs.db
  18. # Local config
  19. *.local
  20. .env.local
  21. .env.*.local
  22. .env.production
  23. # Test artifacts
  24. .playwright-mcp/
  25. coverage/
  26. # Temporary files
  27. *.tmp
  28. *.temp
  29. *.swp
  30. *.swo
  31. *~
  32. ~$*
  33. # 健康报告解析临时结果(含用户健康数据,不入库)
  34. **/uploads/json-results/
  35. # Sisyphus work directory
  36. .sisyphus/
  37. # Git worktrees
  38. .worktrees/
  39. worktrees/
  40. # Screenshots
  41. *.png
  42. !docs/**/*.png
  43. !cfc-frontend/static/*.png
  44. !cfc-web/public/logo.png
  45. !web/img/*.png
  46. !web/img/product-intro/*.png
  47. !web/articles/*.png
  48. # Python
  49. *.py
  50. __pycache__/
  51. # OpenCode
  52. .opencode/
  53. dev-browser/
  54. .omo/
  55. # Python venv
  56. .venv/
  57. venv/
  58. # Codegraph
  59. .codegraph/
  60. # Skills temp directory
  61. .superpowers/sdd/