Skip to content

Commit be777a7

Browse files
committed
Update .gitignore
1 parent 641b1ba commit be777a7

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

.gitignore

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
*.pyc
2-
*.egg
3-
*.so
4-
*.swp
52

6-
.mypy_cache
7-
.tags
8-
.tox
93
.DS_Store
4+
idea/
5+
.vscode/
6+
7+
.mypy_cache/
8+
.pytest_cache/
9+
.ruff_cache/
10+
.tags
11+
.tox/
12+
13+
.venv/
14+
venv/
1015

1116
build/
1217
dist/
13-
sphinxcontrib_websupport.egg-info/

0 commit comments

Comments
 (0)