Skip to content

Commit b570e04

Browse files
committed
Update gitignore
1 parent b910760 commit b570e04

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ dist/
3939
.python-version
4040
.installed.cfg
4141
*.egg
42+
reqlib-metadata
43+
.mypy_cache/
44+
.venv
45+
venv/
4246

4347
# Byte-compiled / optimized / DLL files
4448
*.pyc
@@ -49,13 +53,15 @@ __pycache__/
4953
# Unit test / coverage reports
5054
htmlcov/
5155
.tox/
56+
.nox/
5257
.coverage
5358
.coverage.*
5459
.cache
5560
nosetests.xml
5661
coverage.xml
5762
*,cover
5863
.hypothesis/
64+
.pytest_cache/
5965

6066
# NPM / Node / JavaScript
6167
.npm
@@ -87,4 +93,3 @@ hs_err_pid*
8793
*.swo
8894
temp/*
8995
.DS_Store
90-

0 commit comments

Comments
 (0)