Modify .gitignore
This commit is contained in:
41
.gitignore
vendored
41
.gitignore
vendored
@@ -1,2 +1,39 @@
|
|||||||
.gitignore
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__
|
__pycache__/
|
||||||
|
.pytest_cache/
|
||||||
|
|
||||||
|
#logs
|
||||||
|
log.txt
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# Environments
|
||||||
|
.env
|
||||||
|
.venv
|
||||||
|
env/
|
||||||
|
venv/
|
||||||
|
ENV/
|
||||||
|
env.bak/
|
||||||
|
venv.bak/
|
||||||
|
|
||||||
|
# Unit test / coverage reports
|
||||||
|
htmlcov/
|
||||||
|
.tox/
|
||||||
|
.coverage
|
||||||
|
.coverage.*
|
||||||
|
.cache
|
||||||
|
nosetests.xml
|
||||||
|
coverage.xml
|
||||||
|
|
||||||
|
# VSCode
|
||||||
|
.vscode
|
||||||
|
|
||||||
|
# develop
|
||||||
|
*.egg-info/
|
||||||
|
|
||||||
|
# Pypi dist
|
||||||
|
dist/
|
||||||
|
README.rst
|
||||||
|
temporary/
|
||||||
|
# Pypi wheel
|
||||||
|
build/
|
||||||
|
exclude/
|
||||||
|
|||||||
Reference in New Issue
Block a user