chore: Add coverage reports and uv.lock to gitignore

This commit is contained in:
Luong NGUYEN
2026-01-09 09:39:02 +01:00
parent 909b4dda7b
commit 236450485f

7
.gitignore vendored
View File

@@ -63,6 +63,13 @@ __pycache__/
*.egg-info/ *.egg-info/
dist/ dist/
build/ build/
# Coverage reports
.coverage
htmlcov/
# uv lockfile
uv.lock
blog-post/ blog-post/
openspec/ openspec/
.opencode/ .opencode/