# Rust
/target/
Cargo.lock

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

# OS
.DS_Store
Thumbs.db

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

# Logs
*.log
logs/

# Temporary files
*.tmp
*.temp

# Build artifacts
dist/
build/

# Test coverage
tarpaulin-report.html
lcov.info

# Profiling
*.prof
perf.data*

# Documentation
/doc/

# Backup files
*.bak
*.backup
