- Remove .github/workflows/ (Gitea uses .gitea/workflows/) - Remove pydoc-markdown.yml (using MkDocs now) - Remove dist/ and .pytest_cache/ (build artifacts) - Update .gitignore with .venv/
Initial release: - Complete async API client (45+ endpoints) - Pydantic models for all responses - Two-step authentication - Comprehensive error handling - 92% test coverage - Gitea Actions CI/CD - Semantic release configured