Questions on .gitignore, .cursorignore, .cursorban

:thinking: .cursorignore Use Case & Caveat
One can commit .cursorignore to a repository, to manage that repository, which allows repository-level control like .gitignore could. Drawback: this is an IDE-specific config. It is preferable to commit config files that all IDEā€™s can respect i.e. a standard; but AI-IDEā€“integration is probably not there yet.

Update: Google/Android has .aiexclude, and there is a small effort for GitHub to adopt that.

Update: (new topic) Proposal: `.aiexclude` an IDE-agnostic `.cursorignore`.