We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff7bdb1 commit 5cab6c1Copy full SHA for 5cab6c1
.gitignore
@@ -99,7 +99,7 @@ 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
# pdm
105
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
@@ -108,6 +108,8 @@ ipython_config.py
108
# in version control.
109
# https://pdm.fming.dev/#use-with-ide
110
.pdm.toml
111
112
+src/poetry.lock
113
114
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
115
__pypackages__/
0 commit comments