.gitignore 252 B

123456789101112131415161718192021222324252627282930
  1. # Build
  2. build/
  3. build-static/
  4. cmake-build-*/
  5. # Packaging output
  6. dist/
  7. # IDE
  8. .idea/
  9. .vscode/
  10. *.swp
  11. *.swo
  12. *~
  13. .cache/
  14. compile_commands.json
  15. # OS
  16. .DS_Store
  17. Thumbs.db
  18. # Encryption keys
  19. *.key
  20. # Core dumps
  21. core
  22. core.*
  23. .claude/worktrees/
  24. .playwright-mcp/