Skip to content

Commit 0cab025

Browse files
committed
chore: update root .gitignore to ignore all venv folders
1 parent 84f7ce7 commit 0cab025

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
.venv/
1+
# Virtual environments
2+
**/venv/
23

34
.pytest_cache/
45
**/__pycache__/

0 commit comments

Comments
 (0)