mirror of
https://github.com/github/gitignore.git
synced 2025-01-22 00:09:09 -05:00
Merge pull request #4289 from csauge/patch-1
Update Python.gitignore for .ruff_cache/
This commit is contained in:
commit
d49bd6f0f7
@ -167,5 +167,8 @@ cython_debug/
|
|||||||
# 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 stuff:
|
||||||
|
.ruff_cache/
|
||||||
|
|
||||||
# PyPI configuration file
|
# PyPI configuration file
|
||||||
.pypirc
|
.pypirc
|
||||||
|
Loading…
Reference in New Issue
Block a user