diff options
| author | 2025-05-25 11:02:04 +0800 | |
|---|---|---|
| committer | 2025-05-25 11:02:04 +0800 | |
| commit | 50149c1872098945b6942a22f8c638403b7eed8b (patch) | |
| tree | b7a25fe0a3283fb547f62416f2c56a8bad7cac48 /.gitignore | |
| parent | da57e4f6ea6b2f7defc9d207aa50b3fd6ac5e38f (diff) | |
| download | soon-50149c1872098945b6942a22f8c638403b7eed8b.tar.gz soon-50149c1872098945b6942a22f8c638403b7eed8b.zip | |
feat: Update .gitignore to include Cargo.lock and modify uv.lock entry
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -98,7 +98,7 @@ ipython_config.py # Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control. # This is especially recommended for binary packages to ensure reproducibility, and is more # commonly ignored for libraries. -#uv.lock +uv.lock # poetry # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control. @@ -172,3 +172,6 @@ cython_debug/ # PyPI configuration file .pypirc + +# Cargo Lock +Cargo.lock
\ No newline at end of file |