# autoconf
*.cache

# env secrets
.env
.venv

# cmake
compile_commands.json

# cargo
/target
**/*/target
**/*.rs.bk
**/*/Cargo.lock
