Modify .gitignore

This commit is contained in:
taizan-hokouto
2021-02-20 21:19:14 +09:00
parent 1cd0bab60b
commit f6c6ec5603

41
.gitignore vendored
View File

@@ -1,2 +1,39 @@
.gitignore
__pycache__
# Byte-compiled / optimized / DLL files
__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/