- Fix .gitignore to exclude only backend/lib/, not frontend/lib/ - Add frontend/lib/ files (api.ts, types.ts, utils.ts) to git - Add .dockerignore to frontend to exclude build artifacts - Update backend Dockerfile to Python 3.9 with ARM64 support - Add debug to frontend Dockerfile - Update claude-todo with current project state This fixes "Module not found: Can't resolve '@/lib/api'" error 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>