Skip to content

Commit 50d25b8

Browse files
authored
Merge branch 'master' into black
2 parents c87a0a0 + 9a6607f commit 50d25b8

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.gitignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/docs/_build
1+
/docs/_build/
22
tmp.py
33
*.py[cod]
44

@@ -37,7 +37,10 @@ nosetests.xml
3737
/.coverage
3838
/.coverage.*
3939
/htmlcov/
40-
/.mypy_cache
40+
/.mypy_cache/
41+
42+
# Documentation
43+
/htmldocs/
4144

4245
# Documentation
4346
/htmldocs/

0 commit comments

Comments
 (0)