| 12345678910111213141516 |
- # Build trees at any depth (directory-only: the directory and all beneath it)
- builddir*/
- # Database artifacts by basename at any depth (none today, kept for safety)
- *.sqlite*
- db.sqlite
- # Static keys are never packaged (mount web-config.json at runtime instead)
- web-config.json
- # Local agent session state (directory-only)
- .kilo/
- # Deploy artifacts and USM deploy working state
- *.image.tar.xz
- .usm-deploy/
|