aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Bobov <anton@bobov.name>2026-04-08 15:42:30 +0500
committerAnton Bobov <anton@bobov.name>2026-04-16 16:33:33 +0500
commit69b1985d124afc2897a603ce238eb400c771f91e (patch)
tree04620353a6991f5b166de25fe1a172b5e3400edf
parent509ff73c03ffa0e4590418552b868825c006ec38 (diff)
git: ignore cache directories for mypy, pytest, and ruff
-rw-r--r--files/.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/files/.gitignore b/files/.gitignore
index 520a894..cb82436 100644
--- a/files/.gitignore
+++ b/files/.gitignore
@@ -38,6 +38,9 @@ id_ed25519
# Python
*.pyc
__pycache__
+.mypy_cache/
+.pytest_cache/
+.ruff_cache/
# Infinitest
infinitest.filters