Ignore .mypy_cache
A recent mypy update started writing the .mypy_cache directory which we don't want under version control. The cache is only used by the experimental "mypy --incremental" mode which we don't use, but it is always written anyway.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -7,3 +7,4 @@ target
|
||||
Cargo.lock
|
||||
.*.rustfmt
|
||||
cretonne.dbg*
|
||||
.mypy_cache
|
||||
|
||||
Reference in New Issue
Block a user