diff options
| author | Yuval Adam <_@yuv.al> | 2025-05-01 21:27:15 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-05-01 21:27:15 +0200 |
| commit | c602f007e51adc98d3c81078a1acb52b9e9ce5c8 (patch) | |
| tree | e2ec732c84fe01f74074159aee803b870bbfe0fd /.gitignore | |
| parent | 679482b79f4a77fc1f17389c3d7b26356e3d635f (diff) | |
Convert pyproject.toml to uv base
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,8 @@ __pycache__ *.pyc .pytest_cache +.python-version build/ dist/ *.egg-info/ -poetry.lock +uv.lock |
