Update .gitignore

This commit is contained in:
BBaoVanC 2020-11-24 17:37:02 -06:00
parent fb416d1c0d
commit 86ec88db08
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 27 additions and 0 deletions

27
.gitignore vendored
View File

@ -1,3 +1,8 @@
# Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode,python
# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode,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/
@ -109,6 +116,7 @@ venv/
ENV/
env.bak/
venv.bak/
pythonenv*
# Spyder project settings
.spyderproject
@ -128,6 +136,25 @@ dmypy.json
# Pyre type checker
.pyre/
# pytype static type analyzer
.pytype/
# profiling data
.prof
### VisualStudioCode ###
.vscode/*
!.vscode/tasks.json
!.vscode/launch.json
*.code-workspace
### VisualStudioCode Patch ###
# Ignore all local history of files
.history
.ionide
# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,python
# imgupload custom
uploadkeys
savelog.log