#!/bin/bash
# Change to this script directory
cd "$(dirname "$0")"

# Ensure we're in the right directory
cd ..

# Remove build directories safely
rm -rf target
rm -rf doc/build
rm -rf "build/*"
