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.lock
|
||||
|
||||
# tox
|
||||
.tox/
|
||||
|
||||
# pytest
|
||||
.pytest_cache/
|
||||
|
||||
# pre-commit
|
||||
.pre-commit-cache/
|
||||
|
||||
# ruff
|
||||
.ruff_cache/
|
||||
|
||||
# Docker volumes
|
||||
minio_data/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user