From cec804951b97bcab81551bb8c7a1a1e1c473aaa7 Mon Sep 17 00:00:00 2001 From: Kyomotoi <1172294279@qq.com> Date: Wed, 7 Oct 2020 13:03:27 +0800 Subject: [Update] --- .gitignore | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 005f496..093255f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ -# Custom ignored -config.py +# 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] @@ -23,6 +25,7 @@ parts/ sdist/ var/ wheels/ +pip-wheel-metadata/ share/python-wheels/ *.egg-info/ .installed.cfg @@ -52,7 +55,7 @@ coverage.xml *.py,cover .hypothesis/ .pytest_cache/ -cover/ +pytestdebug.log # Translations *.mo @@ -73,9 +76,9 @@ instance/ # Sphinx documentation docs/_build/ +doc/_build/ # PyBuilder -.pybuilder/ target/ # Jupyter Notebook @@ -86,9 +89,7 @@ profile_default/ ipython_config.py # pyenv -# For a library or package, you might want to ignore these files since the code is -# intended to run in multiple environments; otherwise, check them in: -# .python-version +.python-version # pipenv # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. @@ -137,5 +138,4 @@ dmypy.json # pytype static type analyzer .pytype/ -# Cython debug symbols -cython_debug/ +# End of https://www.toptal.com/developers/gitignore/api/python \ No newline at end of file -- cgit v1.2.3