chore: add .tox, .pytest_cache, .pre-commit-cache, .ruff_cache to .gitignore

This commit is contained in:
2026-04-25 19:21:43 +10:00
parent 2d0e2c64e6
commit 3a13d76f7e
+12
View File
@@ -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/