Skip to content

Commit 7fdd932

Browse files
committed
Review & update gitignore.
1 parent bc4b8f2 commit 7fdd932

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.gitignore

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
*.pyc
22
*.so
33
.coverage
4-
.direnv
4+
.direnv/
55
.envrc
66
.idea/
7-
.mypy_cache
8-
.tox
7+
.mypy_cache/
8+
.tox/
9+
.vscode/
910
build/
1011
compliance/reports/
11-
experiments/compression/corpus/
1212
dist/
1313
docs/_build/
14+
experiments/compression/corpus/
1415
htmlcov/
15-
MANIFEST
16-
websockets.egg-info/
16+
src/websockets.egg-info/

0 commit comments

Comments
 (0)