# Binaries for programs and tests
/debug/
/target/
**/*.rs.bk

# Build artifacts
*.rlib

# Cargo files
Cargo.toml.orig

# Generated by Cargo
# if you are using the `out-dir` feature in Cargo, or other build scripts
out/

# Specific files for IntelliJ Rust plugin
.idea/

# Specific files for VSCode
.vscode/
*.code-workspace

# MacOS
.DS_Store

# Windows
Thumbs.db
*.lnk

# Node.js dependency directories
node_modules/

# Compilation logs
*.log

# Temporary files
*.tmp
*.swp
*.bak
*.old

# dotenv environment variables file
.env

# Python
.venv/
__pycache__/

# Coverage files generated by `tarpaulin`
coverage/
*.profraw

# For ignoring files related to the Rust Language Server (if using RLS)
.rls/