🔧 Store miscellaneous dev cache files in their own directory

This commit is contained in:
2023-03-13 18:35:14 +01:00
parent 4878d550fe
commit 4dd1fbaf53
2 changed files with 5 additions and 2 deletions

4
.gitignore vendored
View File

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