| Server IP : 217.154.3.148 / Your IP : 216.73.216.90 Web Server : Apache System : Linux blissful-wright.217-154-3-148.plesk.page 6.8.0-124-generic #124-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 13:00:45 UTC 2026 x86_64 User : gracious-boyd_hfhh1h8vo9n ( 10000) PHP Version : 8.3.31 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/gracious-boyd.217-154-3-148.plesk.page/nextjs/.git/ |
Upload File : |
chore: commit real source tree, remove backup clutter, rewrite .gitignore Ten months of work existed only as uncommitted/untracked files. This snapshot brings the actual project into version control: - App Router pages and API routes (analyze + variants, analyze-mix, analyze-persp, debug endpoints), pages/api mask endpoints - Segmentation/analysis/rendering pipeline in lib/ (U2-Net, tile U-Net, occluder fusion, depth, illumination, grid analyzers, compositing) - TileSwapApp UI, WooCommerce design integration in src/ - Model training/eval/export scripts (weights excluded), occluder Python workers, bench harness sources, tools for sample export, auto-tuning and regression - tiles_clean dataset (images, ID masks, splits) and screenshot-based GT fixtures used by the eval tooling - Tests, configs (PM2 ecosystem, jest, eslint, postbuild) Removed: 90+ .bak snapshot files, .backup*/.backups/.patches/.reports dirs, stale backups_20250916 build artifacts, crash logs. .gitignore now excludes model weights (*.onnx/*.ckpt/*.pt), venvs, runs/reports/dataset exports, and backup patterns; package-lock.json is tracked again. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>