🙈 ignore .ruff_cache

This commit is contained in:
Laureηt 2023-05-19 20:29:45 +02:00
parent 6f0ef8a5e7
commit d30758a1d3
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,4 +1,5 @@
.direnv
.ruff_cache
# https://github.com/github/gitignore/blob/main/Python.gitignore
# Basic .gitignore for a python repo

View file

@ -23,5 +23,6 @@
"**/__pycache__": true,
"**/.mypy_cache": true,
"**/.direnv": true,
"**/.ruff_cache": true,
},
}