.gitpod.yml
uv.lock
uv sync
- Deleted `.gitpod.yml` to stop using Gitpod-specific configuration. - Added `uv.lock` for dependency versioning. - Updated Dockerfile to include `uv sync --no-dev` in the build process.