🙈 ignore .ruff_cache

This commit is contained in:
Laureηt 2023-05-20 21:24:47 +02:00
parent 2a6cd39a0c
commit 0e5c392c1b
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI
2 changed files with 2 additions and 1 deletions

2
.gitignore vendored
View file

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

View file

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