| 1 |
/target |
| 2 |
**/*.rs.bk |
| 3 |
Cargo.lock.bak |
| 4 |
|
| 5 |
# Generated by alloy_ui/build.rs from tokens.toml. |
| 6 |
crates/alloy_ui/src/generated/tokens.rs |
| 7 |
|
| 8 |
# Build/dist outputs |
| 9 |
/dist/build/ |
| 10 |
/dist/*.iso |
| 11 |
/dist/*.img |
| 12 |
/dist/*.qcow2 |
| 13 |
/dist/*.tar.zst |
| 14 |
|
| 15 |
# bootc-image-builder output (ISO/raw/qcow2 + manifest) |
| 16 |
/output/ |
| 17 |
|
| 18 |
# Environment |
| 19 |
.env |
| 20 |
.env.* |
| 21 |
|
| 22 |
# OS |
| 23 |
.DS_Store |
| 24 |
Thumbs.db |
| 25 |
|
| 26 |
# Editor |
| 27 |
.vscode/ |
| 28 |
.idea/ |
| 29 |
*.swp |
| 30 |
|
| 31 |
# Local-only notes (per CLAUDE.md split: private docs live under _private/) |
| 32 |
CLAUDE.md |
| 33 |
todo.local.md |
| 34 |
|
| 35 |
# Inspiration scrape — third-party images, not ours to redistribute |
| 36 |
docs/inspo/ |
| 37 |
|