Skip to content

Commit 80bb36c

Browse files
committed
Ignore a bunch of things
1 parent 5276e7d commit 80bb36c

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.gitignore

+6-9
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
.mypy_cache/
2-
/.coverage
3-
/.coverage.*
4-
/.nox/
5-
/.python-version
6-
/.pytype/
1+
/.envrc
2+
/.direnv/
73
/dist/
8-
/docs/_build/
9-
/src/*.egg-info/
10-
__pycache__/
4+
__pycache__
5+
/venv/
6+
/zig/
7+
/.vscode/

0 commit comments

Comments
 (0)