Skip to content

Commit

Permalink
fixed gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpue committed Oct 16, 2023
1 parent 8a84b04 commit d0c6a47
Show file tree
Hide file tree
Showing 2 changed files with 2,249 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
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 Down Expand Up @@ -158,5 +158,4 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
#poetry.lock
*.swp

0 comments on commit d0c6a47

Please sign in to comment.