Skip to content

Commit

Permalink
chore: remove poetry.lock and put in .gitignore (#758)
Browse files Browse the repository at this point in the history
<!-- markdownlint-disable MD041-->
## Description

> poetry.lock in the git repo is causing many issues working in
different branches.
I think it's best to remove it for now and put it in .gitignore and try
to work like this.

**Related issue (if any):** fixes #issue_number_goes_here

## Checklist

- [x] I have followed this repository's contributing guidelines.
- [x] I will adhere to the project's code of conduct.

## Additional information

> Anything else?
  • Loading branch information
YogevBokobza committed Mar 27, 2024
1 parent 5b9c782 commit 8e9b542
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1,767 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ share/python-wheels/
.installed.cfg
*.egg
MANIFEST
poetry.lock

# PyInstaller
# Usually these files are written by a python script from a template
Expand Down
Loading

0 comments on commit 8e9b542

Please sign in to comment.