Skip to content

Commit 8f6225a

Browse files
authored
gitignore: ignore .venv (#11256)
Co-authored-by: hauntsaninja <>
1 parent 0a83048 commit 8f6225a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ docs/source/_build
99
mypyc/doc/_build
1010
*.iml
1111
/out/
12-
.venv*/
12+
.venv
1313
venv/
1414
.mypy_cache/
1515
.incremental_checker_cache.json

0 commit comments

Comments
 (0)