# Rust build artifacts
/target
**/*.rs.bk
*.pdb

# Cargo lock file (uncomment if this is a library crate)
# Cargo.lock

# Generated by Cargo
# will have compiled files and executables
debug/
target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

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

# MSVC Windows builds of rustc generate these, which require MSVC to be installed
*.pdb

# WASM build artifacts
/pkg
/wasm/pkg
*.wasm
*.js
*.d.ts
*.ts

# Node.js dependencies (if using npm/yarn for WASM)
node_modules/
package-lock.json
yarn.lock

# Environment variables
.env
.env.local
.env.*.local

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Logs
*.log
logs/

# Temporary files
*.tmp
*.temp
