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

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

# Testing
*.tmp
*.temp
test_*.txt

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

# Documentation
/doc/

# Backup files
*.bak
*.backup
