Skip to content

Commit 2b8af90

Browse files
committed
Update
1 parent 7fbdaab commit 2b8af90

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ _notes
1313
_new*
1414
_test*
1515
_build*
16+
/docs
17+
mkdocs.yml
18+
1619
# Byte-compiled / optimized / DLL files
1720
__pycache__/
1821
*.py[cod]
@@ -25,7 +28,7 @@ __pycache__/
2528
.Python
2629
build/
2730
develop-eggs/
28-
# dist/
31+
dist/
2932
downloads/
3033
eggs/
3134
.eggs/
@@ -138,3 +141,4 @@ dmypy.json
138141

139142
# Pyre type checker
140143
.pyre/
144+

0 commit comments

Comments
 (0)