chore: ignore .ruff_cache

This commit is contained in:
Laurent FAINSIN 2023-04-13 10:00:03 +02:00
parent 7675581b8f
commit 04ef18105e
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored
View file

@ -14,6 +14,8 @@ checkpoints
*.txt
.ruff_cache
# https://github.com/github/gitignore/blob/main/Python.gitignore
# Basic .gitignore for a python repo.

View file

@ -33,5 +33,6 @@
"**/.hg/store/**": true,
"**/output/**": true,
"**/ShapeNetCore.v2.PC15k/**": true,
"**/.ruff_cache/**": true,
}
}