chore: add .tox, .pytest_cache, .pre-commit-cache, .ruff_cache to .gitignore
This commit is contained in:
+12
@@ -43,6 +43,18 @@ remotes.yaml
|
|||||||
# uv
|
# uv
|
||||||
uv.lock
|
uv.lock
|
||||||
|
|
||||||
|
# tox
|
||||||
|
.tox/
|
||||||
|
|
||||||
|
# pytest
|
||||||
|
.pytest_cache/
|
||||||
|
|
||||||
|
# pre-commit
|
||||||
|
.pre-commit-cache/
|
||||||
|
|
||||||
|
# ruff
|
||||||
|
.ruff_cache/
|
||||||
|
|
||||||
# Docker volumes
|
# Docker volumes
|
||||||
minio_data/
|
minio_data/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user