Add uv.lock to .gitignore

Prevent accidental commits of uv lock files since we use
requirements.txt for dependency management.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Smittix
2026-01-07 20:46:14 +00:00
parent 27dd868d97
commit 83244c85fe

3
.gitignore vendored
View File

@@ -28,3 +28,6 @@ Thumbs.db
dist/
build/
*.egg-info/
# Package manager lock files
uv.lock