.gitignore 716 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. # Sisyphus work directory
  34. .sisyphus/
  35. # Git worktrees
  36. .worktrees/
  37. worktrees/
  38. # Screenshots
  39. *.png
  40. !docs/**/*.png
  41. !cfc-frontend/static/*.png
  42. !cfc-web/public/logo.png
  43. !web/img/*.png
  44. !web/img/product-intro/*.png
  45. !web/articles/*.png
  46. # Python
  47. *.py
  48. __pycache__/
  49. # OpenCode
  50. .opencode/
  51. dev-browser/
  52. .omo/
  53. # Python venv
  54. .venv/
  55. venv/
  56. # Codegraph
  57. .codegraph/
  58. # Skills temp directory
  59. .superpowers/sdd/