target/
target/*
**/*.rs.bk
assets
Cargo.lock
.cargo/config
.cargo/config.toml
/.idea
/.vscode
/benches/target
dxcompiler.dll
dxil.dll

Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
