"docs/vscode:/vscode.git/clone" did not exist on "d7067e4430f4e99697b382b0e3ea5597af737a2c"
Commit a4789d12 authored by Sergey Mironov's avatar Sergey Mironov Committed by Hongkun Yu
Browse files

Add gitignore entry for mypy_cache (#7708)

parent 6b0146f5
...@@ -72,6 +72,9 @@ target/ ...@@ -72,6 +72,9 @@ target/
# pyenv # pyenv
.python-version .python-version
# mypy
.mypy_cache
# celery beat schedule file # celery beat schedule file
celerybeat-schedule celerybeat-schedule
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment