Skip to content

Commit 3161d47

Browse files
committed
Update .gitignore
1 parent 941e0e8 commit 3161d47

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.gitignore

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
*.pyc
2-
*.egg
3-
*.so
4-
*.swp
52

63
.DS_Store
4+
idea/
5+
.vscode/
6+
77
.mypy_cache/
8+
.pytest_cache/
9+
.ruff_cache/
810
.tags
911
.tox/
1012

13+
.venv/
14+
venv/
15+
1116
build/
1217
dist/
13-
sphinxcontrib_serializinghtml.egg-info/

0 commit comments

Comments
 (0)