max / balanced_breakfast
| 1 | # Build artifacts |
| 2 | /target/ |
| 3 | |
| 4 | # Environment |
| 5 | .env |
| 6 | |
| 7 | # IDE |
| 8 | .idea/ |
| 9 | .vscode/ |
| 10 | *.swp |
| 11 | *.swo |
| 12 | |
| 13 | # macOS |
| 14 | .DS_Store |
| 15 | |
| 16 | # Plugin binaries |
| 17 | plugins/*.dylib |
| 18 | plugins/*.so |
| 19 | plugins/*.dll |
| 20 | |
| 21 | # Release artifacts |
| 22 | dist/ |
| 23 | |
| 24 | # Tauri generated |
| 25 | src-tauri/gen/ |
| 26 | |
| 27 | # Claude Code instructions (project-local; not for the public repo) |
| 28 | CLAUDE.md |
| 29 |