The Wayback Machine - https://web.archive.org/web/20230314235519/https://github.com/github/gitignore/commit/8e67b9420cb6796e5eeca72682babdb06627ec8c
Skip to content
Permalink
Browse files
Update Python.gitignore
  • Loading branch information
astrojuanlu committed Feb 20, 2022
1 parent 35b656a commit 8e67b94
Showing 1 changed file with 0 additions and 6 deletions.
@@ -109,12 +109,6 @@ ipython_config.py
# https://pdm.fming.dev/#use-with-ide
.pdm.toml

# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
# pdm stores project-wide configurations in .pdm.toml, and it is recommended to not include it
# in version control.
# https://pdm.fming.dev/#use-with-ide
.pdm.toml

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

2 comments on commit 8e67b94

@NetsaiMeklit
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you elaborate why you chose to remove these lines?

@Freso
Copy link

@Freso Freso commented on 8e67b94 Aug 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@NetsaiMeklit It’s duplication of the lines right above them.

Please sign in to comment.