Skip to content

Commit 36e39a6

Browse files
Ignore any .venv* directories (#618)
Different variants of .venv* directories can be used for different environments. Ensure they are all ignored properly by git and by prettier.
1 parent 800f176 commit 36e39a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.mypy_cache/
33
.pytest_cache/
44
.ruff_cache/
5-
.venv/
5+
.venv*/
66
__pycache__/
77

88
/inputs/

0 commit comments

Comments
 (0)