Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

misc

The misc/ directory is created by banco init at the root of every Banco project. It is not managed by Banco — no command reads from or writes to it. Its purpose is to give you a free-form space for files and directories that don’t belong to any module (notes, tasks, bookmarks, repos).

Typical uses include scratch files, one-off scripts, reference documents, or any other content you want to keep co-located with your Banco project without it being picked up by context, browse, or sync.

my-project/
├── .banco/
├── misc/          ← unmanaged; store anything here
├── notes/
├── tasks/
└── ...