mirror of
https://github.com/github/gitignore
synced 2025-07-04 12:28:30 +02:00
Merge 0262df09a3
into 524ae7b4c7
This commit is contained in:
commit
d053813919
1 changed files with 9 additions and 0 deletions
|
@ -108,6 +108,15 @@ ipython_config.py
|
|||
#poetry.lock
|
||||
#poetry.toml
|
||||
|
||||
# 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 recommends including project-wide configuration in pdm.toml, but excluding .pdm-python.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue