From 2a6c82b1eb9a4391b06f5976040370e837d6504f Mon Sep 17 00:00:00 2001 From: "lxbpxylps@126.com" Date: Thu, 7 Oct 2021 21:17:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=8E=20.gitignore=20=E4=B8=AD=E5=88=A0?= =?UTF-8?q?=E9=99=A4=20.env?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b6e4761..902188a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ + +# Created by https://www.toptal.com/developers/gitignore/api/python +# Edit at https://www.toptal.com/developers/gitignore?templates=python + +### Python ### # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] @@ -50,6 +55,7 @@ coverage.xml *.py,cover .hypothesis/ .pytest_cache/ +pytestdebug.log # Translations *.mo @@ -70,6 +76,7 @@ instance/ # Sphinx documentation docs/_build/ +doc/_build/ # PyBuilder target/ @@ -102,7 +109,6 @@ celerybeat.pid *.sage.py # Environments -.env .venv env/ venv/ @@ -127,3 +133,8 @@ dmypy.json # Pyre type checker .pyre/ + +# pytype static type analyzer +.pytype/ + +# End of https://www.toptal.com/developers/gitignore/api/python \ No newline at end of file