We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b712fa + 596862f commit 3b6d9b0Copy full SHA for 3b6d9b0
1 file changed
Python.gitignore
@@ -94,6 +94,13 @@ ipython_config.py
94
# install all needed dependencies.
95
#Pipfile.lock
96
97
+# poetry
98
+# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
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
103
+
104
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
105
__pypackages__/
106
0 commit comments