mirror of
https://github.com/github/gitignore
synced 2024-11-11 14:28:51 +01:00
Python.gitignore's paragraphs' lines limit to 80 characters
This commit is contained in:
parent
fd539ec84b
commit
9adb31cd8f
@ -27,8 +27,8 @@ share/python-wheels/
|
|||||||
MANIFEST
|
MANIFEST
|
||||||
|
|
||||||
# PyInstaller
|
# PyInstaller
|
||||||
# Usually these files are written by a python script from a template
|
# Usually these files are written by a python script from a template before
|
||||||
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
# PyInstaller builds the exe, so as to inject date/other infos into it.
|
||||||
*.manifest
|
*.manifest
|
||||||
*.spec
|
*.spec
|
||||||
|
|
||||||
@ -83,29 +83,31 @@ profile_default/
|
|||||||
ipython_config.py
|
ipython_config.py
|
||||||
|
|
||||||
# pyenv
|
# pyenv
|
||||||
# For a library or package, you might want to ignore these files since the code is
|
# For a library or package, you might want to ignore these files since the
|
||||||
# intended to run in multiple environments; otherwise, check them in.
|
# code is intended to run in multiple environments; otherwise, check them in.
|
||||||
# .python-version
|
# .python-version
|
||||||
|
|
||||||
# pipenv
|
# pipenv
|
||||||
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
|
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in
|
||||||
# However, in case of collaboration, if having platform-specific dependencies or dependencies
|
# version control. However, in case of collaboration, if having
|
||||||
# having no cross-platform support, pipenv may install dependencies that don't work, or not
|
# platform-specific dependencies or dependencies having no cross-platform
|
||||||
# install all needed dependencies.
|
# support, pipenv may install dependencies that don't work, or not install all
|
||||||
|
# needed dependencies.
|
||||||
# Pipfile.lock
|
# Pipfile.lock
|
||||||
|
|
||||||
# poetry
|
# poetry
|
||||||
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
|
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock
|
||||||
# This is especially recommended for binary packages to ensure reproducibility, and is more
|
# in version control. This is especially recommended for binary packages to
|
||||||
# commonly ignored for libraries.
|
# ensure reproducibility, and is more commonly ignored for libraries.
|
||||||
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
|
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
|
||||||
# poetry.lock
|
# poetry.lock
|
||||||
|
|
||||||
# pdm
|
# pdm
|
||||||
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
|
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in
|
||||||
|
# version control.
|
||||||
# pdm.lock
|
# pdm.lock
|
||||||
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
|
# pdm stores project-wide configurations in .pdm.toml, but it is recommended
|
||||||
# in version control.
|
# to not include it in version control.
|
||||||
# https://pdm.fming.dev/#use-with-ide
|
# https://pdm.fming.dev/#use-with-ide
|
||||||
.pdm.toml
|
.pdm.toml
|
||||||
|
|
||||||
@ -153,8 +155,10 @@ dmypy.json
|
|||||||
cython_debug/
|
cython_debug/
|
||||||
|
|
||||||
# PyCharm
|
# PyCharm
|
||||||
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
|
# JetBrains specific template is maintained in a separate JetBrains.gitignore
|
||||||
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
# that can be found at
|
||||||
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
# https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore and
|
||||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
# 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/
|
# .idea/
|
||||||
|
Loading…
Reference in New Issue
Block a user