crontab実行ファイルの.htaccessによるアクセス制限

localなどに置くのが普通とのことですが、

<Files ~ "hoge.php">
Order allow,deny
Deny from all
</Files>