deploy/
docs/

# Rust build artifacts
target/
debug/
release/

node_modules/

# Generated by Cargo
Cargo.lock 
# Cargo.lock  # Comment this line if developing an application

# Generated documentation
/doc/

# IDE files
.idea/
*.iml
.rust-project.json

# RTT/probe-rs temporary files
.probe.yaml

# Binary file outputs
*.pdb
*.exe
*.dll
*.so
*.dylib

# Generated dynamic/static libraries and debug symbols
*.rlib
*.lib
*.a
*.d
*.rmeta

# Backup files from editors
*~
*.rs.bk
*.swp
*.swo

# Profiling artifacts
callgrind.out.*
perf.data
perf.data.old
flamegraph.svg

# Test artifacts
*.profraw  # LLVM profiling data

# Embedded development
*.bin
*.hex
*.elf
*.uf2

# Environment specific
.env
.env.*
.cargo/credentials.toml

# Embedded test logs
*.defmt
*.rtttxt

# .prg files
*.prg
*.d64
