Add generic `.cache` to `.gitignore`

This commit is contained in:
Daniil Fajnberg 2023-06-24 20:36:43 +02:00
parent 9f89f8cc9d
commit 1c49c4923f
Signed by: daniil-berg
GPG Key ID: BE187C50903BEE97
1 changed files with 2 additions and 2 deletions

4
.gitignore vendored
View File

@ -21,5 +21,5 @@ __pycache__/
# Testing:
/.coverage
# mypy:
.mypy_cache/
# Miscellaneous cache:
.cache/