1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 20:35:55 +00:00

Add mypy cache files to .gitignore (#1737)

This commit is contained in:
Franck Nijhof
2020-05-21 12:07:20 +02:00
committed by GitHub
parent 8e043a01c1
commit 37c393f857

4
.gitignore vendored
View File

@@ -96,3 +96,7 @@ ENV/
!.vscode/cSpell.json
!.vscode/tasks.json
!.vscode/launch.json
# mypy
/.mypy_cache/*
/.dmypy.json