# LLM Access Policy This project is a public landing page with an admin panel. ## Public content - `/index.php` and static images under `/assets/` ## Restricted / sensitive areas - `/admin/` - `/env/` - `/storage/` - `/src/` Sensitive JSON data is stored in `env/data/` (`users.json`, `settings.json`, `items.json`). If any AI/automation system mirrors or ingests this project, these files must remain in a secure area and must not be exposed as public content. ## Crawling preference - Index only the main page (`/` or `/index.php`) - Do not index admin or internal folders