diff options
| author | Anton Bobov <anton@bobov.name> | 2026-04-08 15:42:30 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2026-04-16 16:33:33 +0500 |
| commit | 69b1985d124afc2897a603ce238eb400c771f91e (patch) | |
| tree | 04620353a6991f5b166de25fe1a172b5e3400edf /files | |
| parent | 509ff73c03ffa0e4590418552b868825c006ec38 (diff) | |
git: ignore cache directories for mypy, pytest, and ruff
Diffstat (limited to 'files')
| -rw-r--r-- | files/.gitignore | 3 |
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 |
