Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Andrew <mail@timothyandrew.net>2017-05-08 12:02:14 +0300
committerTimothy Andrew <mail@timothyandrew.net>2017-05-08 12:02:14 +0300
commita03f8f143dc2256f89c8ebed8a7a07a1ba1792e7 (patch)
tree8b18ded4cc99b0605be4ffaeb283331dc538e572 /vendor/gitignore/Python.gitignore
parent6386e42f06bb26746a9168a8c81ad03fa0356dbd (diff)
Update gitignore, dockerfile, and license templates for 9.2.
Diffstat (limited to 'vendor/gitignore/Python.gitignore')
-rw-r--r--vendor/gitignore/Python.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/gitignore/Python.gitignore b/vendor/gitignore/Python.gitignore
index ff65a437185..768d5f400bb 100644
--- a/vendor/gitignore/Python.gitignore
+++ b/vendor/gitignore/Python.gitignore
@@ -89,9 +89,13 @@ ENV/
# Spyder project settings
.spyderproject
+.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
+
+# mypy
+.mypy_cache/