# Rust
/target
**/*.rs.bk
# Cargo.lock is committed: this crate ships a binary (CLI), so we want
# reproducible builds.

# Phase-0 spike (TypeScript)
**/node_modules

# Demo media (screencast assets / renders) — never push these to the repo
/media
# Promo video project + renders (Remotion) — local only, keep out of the repo
/promo-video

# Editor / OS
.DS_Store
*.swp
