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

# hammer local state (never commit the store, build work tree o runtime state)
/store/
/store-*/
/var/
/.dev-fs/
/work/
/dist/
*.swm.local

# editor / OS
.DS_Store
*.swp
.idea/
.vscode/
Conversación co.txt

# python
__pycache__/

# Scratch para bootstrap del frente rust (mrustc clone + fuentes rustc, multi-GB)
.scratch/
