# Generated by Cargo
/target/

# Cargo lock file (ignore for libraries, keep for applications)
Cargo.lock

# Backup files
**/*.rs.bk

# Environment files
.env
.env.*

# Logs
*.log

# macOS
.DS_Store

# Windows
Thumbs.db

# IDE folders
.vscode/
.idea/

# Temporary files
*.tmp
*.swp
*.swo

# Rust analyzer cache
.rust-analyzer/

# Node modules (if using JS tools)
node_modules/

# Coverage files
coverage/
*.profraw
*.profdata

# Test outputs
test-output/

# Build artifacts
dist/
build/

# Added by cargo

/target
