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

# Cargo.lock should be included for applications but excluded for libraries
# Uncomment the line below if this is a library
# Cargo.lock

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

# Debug files
*.dSYM/
*.su
*.idb
*.pdb

# profraw files from LLVM profiling
*.profraw

# Generated documentation
/doc/

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

# Environment variables
.env
.env.local

# Test artifacts
*.test
*.tmp
tmp/ 