@@ -12,7 +12,8 @@ test_reports/*latest.ttl
1212# PyCharm
1313.idea /
1414prepare_changelog.sh
15- # ### vimdiff <(curl --silent -L https://github.com/github/gitignore/raw/master/Python.gitignore) .gitignore
15+ * -junit.xml
16+ # ### vimdiff <(curl --silent -L https://github.com/github/gitignore/raw/main/Python.gitignore) .gitignore
1617# Byte-compiled / optimized / DLL files
1718__pycache__ /
1819* .py [cod ]
@@ -109,7 +110,22 @@ ipython_config.py
109110# install all needed dependencies.
110111# Pipfile.lock
111112
112- # PEP 582; used by e.g. github.com/David-OConnor/pyflow
113+ # poetry
114+ # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
115+ # This is especially recommended for binary packages to ensure reproducibility, and is more
116+ # commonly ignored for libraries.
117+ # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
118+ # poetry.lock
119+
120+ # pdm
121+ # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
122+ # pdm.lock
123+ # pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
124+ # in version control.
125+ # https://pdm.fming.dev/#use-with-ide
126+ .pdm.toml
127+
128+ # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
113129__pypackages__ /
114130
115131# Celery stuff
@@ -152,3 +168,9 @@ dmypy.json
152168# Cython debug symbols
153169cython_debug /
154170
171+ # PyCharm
172+ # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
173+ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
174+ # and can be added to the global gitignore or merged into this file. For a more nuclear
175+ # option (not recommended) you can uncomment the following to ignore the entire idea folder.
176+ # .idea/
0 commit comments