Browse Source

Merge 8154809a32 into 49d267a721

pull/3636/merge
Coding Knight 7 months ago
committed by GitHub
parent
commit
c26e6199b5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      .gitignore

+ 3
- 3
.gitignore View File

@@ -39,7 +39,7 @@ pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
html.cov/
.tox/
.nox/
.coverage
@@ -48,7 +48,7 @@ htmlcov/
nosetests.xml
coverage.xml
*.cover
*.py,cover
*.py.cover
.hypothesis/
.pytest_cache/

@@ -127,4 +127,4 @@ venv.bak/
dmypy.json

# Pyre type checker
.pyre/
.pyre/

Loading…
Cancel
Save