# Cargo build artifacts
/target

# Cargo.lock IS tracked: the crate ships a `temple` binary and the release
# pipeline commits it for reproducible CI/installs. (Downstream library
# consumers ignore it and resolve their own versions.)

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

# rustfmt backups
*.rs.bk

# OS junk
.DS_Store
Thumbs.db

# Misc backups
*.bak
*.orig
