diff options
Diffstat (limited to 'options/gitignore/Python')
-rw-r--r-- | options/gitignore/Python | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/options/gitignore/Python b/options/gitignore/Python index 15201acc11..0a197900e2 100644 --- a/options/gitignore/Python +++ b/options/gitignore/Python @@ -167,5 +167,8 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +# Ruff stuff: +.ruff_cache/ + # PyPI configuration file .pypirc |