- Added alpenqueue binary to gitignore - Added common binary extensions (.exe, .dll, .so, .dylib) - Added debug and target directories
Add jobs table with ID, status, and created_at fields. POST /jobs endpoint creates pending jobs in SQLite. Worker polls every 5s for pending jobs, processes them with 2s delay, and marks as done.