aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorarithmetic1728 <58957152+arithmetic1728@users.noreply.github.com>2020-07-21 10:09:37 -0700
committerGitHub <noreply@github.com>2020-07-21 10:09:37 -0700
commit2010373b27536d1191175624b297a709d70153fa (patch)
tree472c9c14e4ac1c60634ecf337b8b50efa9c96d04 /.gitignore
parente2d9a7b209b7dfab300dc848fabbae8f42a2ab19 (diff)
downloadpython-api-core-2010373b27536d1191175624b297a709d70153fa.tar.gz
fix: _determine_timeout problem handling float type timeout (#64)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index b87e1ed..157bfb3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,6 +29,7 @@ pip-log.txt
.nox
.cache
.pytest_cache
+pytype_output
# Mac
@@ -57,4 +58,4 @@ system_tests/local_test_setup
# Make sure a generated file isn't accidentally committed.
pylintrc
-pylintrc.test \ No newline at end of file
+pylintrc.test