mirror of
https://github.com/Laurent2916/nio-llm.git
synced 2024-11-21 21:58:50 +00:00
🙈 ignore .ruff_cache
This commit is contained in:
parent
2a6cd39a0c
commit
0e5c392c1b
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,5 +1,5 @@
|
||||||
.direnv
|
.direnv
|
||||||
|
.ruff_cache
|
||||||
|
|
||||||
# https://github.com/github/gitignore/blob/main/Python.gitignore
|
# https://github.com/github/gitignore/blob/main/Python.gitignore
|
||||||
# Basic .gitignore for a python repo
|
# Basic .gitignore for a python repo
|
||||||
|
|
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
|
@ -22,5 +22,6 @@
|
||||||
"**/__pycache__": true,
|
"**/__pycache__": true,
|
||||||
"**/.mypy_cache": true,
|
"**/.mypy_cache": true,
|
||||||
"**/.direnv": true,
|
"**/.direnv": true,
|
||||||
|
"**/.ruff_cache": true,
|
||||||
},
|
},
|
||||||
}
|
}
|
Loading…
Reference in a new issue