diff options
Diffstat (limited to '{{cookiecutter.project_name}}')
-rw-r--r-- | {{cookiecutter.project_name}}/.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/{{cookiecutter.project_name}}/.gitignore b/{{cookiecutter.project_name}}/.gitignore index 907670f..db02cd5 100644 --- a/{{cookiecutter.project_name}}/.gitignore +++ b/{{cookiecutter.project_name}}/.gitignore @@ -6,4 +6,5 @@ tags .ropeproject *.actual .vimcache -.idea
\ No newline at end of file +.idea +.mypy_cache |