# Rust build artifacts
/target/

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~

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

# Rust specific
*.pdb

# Test artifacts
*.profraw

# Backup files
*.bak
*.tmp

# Environment files
.env
.env.local
.env.*.local

# Log files
*.log

# Coverage directory
coverage/
*.lcov

# Flamegraph
flamegraph.svg
perf.data
perf.data.old 