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

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 # 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. # option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/ #.idea/
# Ruff linter
.ruff_cache/