Coding Ninja commited on
Commit
fd636ad
·
1 Parent(s): f57e6a7

gitignore build/ and uv.lock

Browse files
Files changed (1) hide show
  1. .gitignore +2 -0
.gitignore CHANGED
@@ -5,3 +5,5 @@ __pycache__/
5
  .pytest_cache/
6
  .mypy_cache/
7
  .ruff_cache/
 
 
 
5
  .pytest_cache/
6
  .mypy_cache/
7
  .ruff_cache/
8
+ build/
9
+ uv.lock