Add Ruff to Python gitignore

This commit is contained in:
Jan Hein de Jong 2023-04-03 15:03:33 +02:00
parent 4488915eec
commit f569281e92
1 changed files with 3 additions and 0 deletions

View File

@ -158,3 +158,6 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
# Ruff linter
.ruff_cache/