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

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

# OS
.DS_Store
Thumbs.db

# Build artifacts
*.o
*.so
*.a

# Benchmarks
results/
*.bench

# Logs
*.log

# Temporary files
tmp/
temp/

# GitHub tokens and secrets
.github_token
*.token
ghp_*
