瀏覽代碼

Merge pull request #3911 from JP-Ellis/patch-1

[Python] Add poetry.lock
pull/3856/head^2
Brian Douglas 2 年之前
父節點
當前提交
3b6d9b0599
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 7 行新增0 行删除
  1. 7
    0
      Python.gitignore

+ 7
- 0
Python.gitignore 查看文件

@@ -94,6 +94,13 @@ ipython_config.py
# install all needed dependencies.
#Pipfile.lock

# poetry
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
# This is especially recommended for binary packages to ensure reproducibility, and is more
# commonly ignored for libraries.
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
#poetry.lock

# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/


Loading…
取消
儲存