Skip to content

Commit

Permalink
Merge pull request #23 from AhsanSheraz/remove-poetry-lock-file
Browse files Browse the repository at this point in the history
update: remove lock file also add it in git ignore
  • Loading branch information
igorbenav authored Oct 26, 2023
2 parents fc6e6d6 + 5cab6c1 commit 12a47d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1,191 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ ipython_config.py
# 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
poetry.lock

# pdm
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
Expand All @@ -108,6 +108,8 @@ ipython_config.py
# in version control.
# https://pdm.fming.dev/#use-with-ide
.pdm.toml
poetry.lock
src/poetry.lock

# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
__pypackages__/
Expand Down
Loading

0 comments on commit 12a47d7

Please # to comment.