From 0262df09a36d6899fa7096efb14bea864e7a0355 Mon Sep 17 00:00:00 2001 From: Stijn <167638923+s-smits@users.noreply.github.com> Date: Thu, 7 Nov 2024 00:19:06 +0100 Subject: [PATCH] Add rye to Python.gitignore --- Python.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 82f92755..01d9a796 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -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