Skip to content

Commit 2bcf800

Browse files
authored
fix: ignore .venv folder (#5590)
1 parent a6303a4 commit 2bcf800

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ doc/_static
2626
doc/_templates
2727
**/.DS_Store
2828
venv/
29+
.venv/
2930
*~
3031
.pytest_cache/
3132
*.swp

0 commit comments

Comments
 (0)