# Rust
/target/
**/*.rs.bk
*.pdb
Cargo.lock

# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# Configuration
.env
.env.local

# Build artifacts
*.o
*.so
*.dylib
*.dll

# Debugging
*.dSYM/

# Testing
/coverage/

# Temporary files
/tmp/
*.tmp
