Add .ruff_cache to gitignore
This commit is contained in:
parent
0eba7743a1
commit
78152cdb54
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -6,5 +6,8 @@ __pycache__/
|
|||
*.pyo
|
||||
.venv/
|
||||
|
||||
# Linter caches
|
||||
.ruff_cache/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue