diff options
| author | Kyomotoi <1172294279@qq.com> | 2020-10-07 13:03:27 +0800 | 
|---|---|---|
| committer | Kyomotoi <1172294279@qq.com> | 2020-10-07 13:03:27 +0800 | 
| commit | cec804951b97bcab81551bb8c7a1a1e1c473aaa7 (patch) | |
| tree | 03b7204af6ebc869e887494ab2609a6e9b7fd72c /.gitignore | |
| parent | ab467e8788b7ef8382bab63fb1a91c8b6305c501 (diff) | |
| download | ATRI-cec804951b97bcab81551bb8c7a1a1e1c473aaa7.tar.gz ATRI-cec804951b97bcab81551bb8c7a1a1e1c473aaa7.tar.bz2 ATRI-cec804951b97bcab81551bb8c7a1a1e1c473aaa7.zip  | |
[Update]
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 18 | 
1 files changed, 9 insertions, 9 deletions
@@ -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  | 
