Clean up temporary files and update .gitignore for uv migration

Co-authored-by: nikdoof <170514+nikdoof@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-07-16 23:25:41 +00:00
parent 88cb3388af
commit 59aadd22c1
5 changed files with 9 additions and 207 deletions

9
.gitignore vendored
View File

@@ -102,3 +102,12 @@ venv.bak/
# mypy
.mypy_cache/
# Task completions
completion/
# Build artifacts
dist/
# uv cache
.ruff_cache/