| 123456789101112131415161718192021222324252627282930 |
- # Build
- build/
- build-static/
- cmake-build-*/
- # Packaging output
- dist/
- # IDE
- .idea/
- .vscode/
- *.swp
- *.swo
- *~
- .cache/
- compile_commands.json
- # OS
- .DS_Store
- Thumbs.db
- # Encryption keys
- *.key
- # Core dumps
- core
- core.*
- .claude/worktrees/
- .playwright-mcp/
|