Skip to content

Commit 7dc09c8

Browse files
committed
Update .gitignore
1 parent f8645ae commit 7dc09c8

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

.gitignore

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1+
# caches
12
__pycache__
23
.mypy_cache
3-
docs/html/
4-
docs/source/modules/
5-
*.doctree
6-
*.pickle
7-
modules.rst
4+
5+
# build artifacts
6+
dist/
7+
8+
# docs build artifacts
9+
/docs/html/
10+
/docs/doctrees/
11+
12+
# editor files
13+
*.sublime-project
14+
*.sublime-workspace
15+

0 commit comments

Comments
 (0)