Spaces:
Running
Running
Coding Ninja commited on
Commit ·
fd636ad
1
Parent(s): f57e6a7
gitignore build/ and uv.lock
Browse files- .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
|