We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bee1ead commit a5dc822Copy full SHA for a5dc822
1 file changed
.gitignore
@@ -99,7 +99,10 @@ ipython_config.py
99
# This is especially recommended for binary packages to ensure reproducibility, and is more
100
# commonly ignored for libraries.
101
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
102
-#poetry.lock
+poetry.lock
103
+
104
+# Cargo
105
+Cargo.lock
106
107
# pdm
108
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
0 commit comments