1
0
mirror of https://github.com/github/gitignore synced 2024-11-22 11:44:21 +01:00

Add rye to Python.gitignore

This commit is contained in:
Stijn 2024-11-07 00:19:06 +01:00 committed by GitHub
parent 76739a38b5
commit 0262df09a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -101,6 +101,15 @@ ipython_config.py
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
#poetry.lock
# Rye - Python packaging and dependency management tool
# .python-version - Contains the Python version for the project
# .rye/ - Contains virtual environments, tooling and cached packages
# requirements.lock - Lock file containing exact versions of all dependencies
.python-version
.rye/
requirements.lock
requirements-dev.lock
# pdm
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
#pdm.lock