# Rust build artifacts
/target
extension/target

# Cargo.lock is kept for binary crates to ensure reproducible builds

# macOS
.DS_Store

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

# Test artifacts
*.log
