feat: OAuth account management with local DB
UserOAuthAccount model (SQLAlchemy) with soft delete
Pydantic schemas for API request/response
Refactored UserAccountService for local DB
Full CRUD API routes for OAuth accounts
Updated SQL migration and initialization script
Updated .gitignore to exclude docs and tests