If you're not careful, your backups could become useless ...
├── src/ # Core application code ├── ui/ # Next.js web interface ├── dist/ # Compiled JavaScript ├── docs/ # Documentation ├── scripts/ # Utility scripts │ ├── server/ # Server management scripts │ ...