# List project files, skip build artifacts$ find . \( -name "node_modules" \$ -o -name "dist" \$ -o -name ".next" \$ -o -name "__pycache__" \) \$ -prune -o -print