# Rust
**/target/
target
debug/
**/*.rs.bk
Cargo.lock

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# Environment
.env
.env.local
# but keep the committable template
!.env.example

# Model files (large binaries)
*.gguf
*.bin
*.safetensors
models/tokenizer.json

# OS
.DS_Store
Thumbs.db

# LLM
**/CLAUDE.md
**/.claude/

# DL models
models/*

# Image-gen assets (HuggingFace downloads + converted GGUF) and generated output
# See docs/IMAGEN.md. These land in the repo root and would otherwise dirty the tree.
bonsai-assets/
bonsai-dit/
bonsai-te/
bonsai-vae/
flux2/
*.png
