Skip to content

Commit a5dc822

Browse files
committed
edit: gitignore
1 parent bee1ead commit a5dc822

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,10 @@ ipython_config.py
9999
# This is especially recommended for binary packages to ensure reproducibility, and is more
100100
# commonly ignored for libraries.
101101
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
102-
#poetry.lock
102+
poetry.lock
103+
104+
# Cargo
105+
Cargo.lock
103106

104107
# pdm
105108
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.

0 commit comments

Comments
 (0)