@kytta Theoretically I would use `./scripts` for development tools and `./bin` for other maintenance tools. Deploy tools might fall in either category depending on the type of project.

In practice I often start out by just having one of those and dump everything there. In that case it might be a bit random if it ends up being named `./bin` or `./scripts`.