Skip to content

Commit c871ca8

Browse files
committed
chore(ci): Prevent .venv in packages & repo
1 parent cc83624 commit c871ca8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ lib/**/*.d.ts
55
.jsii
66
dist
77
docs
8-
__pycache__
8+
__pycache__
9+
.venv

.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ dist
1313
# Include .jsii and .jsii.gz
1414
!.jsii
1515
!.jsii.gz
16+
17+
# Exclude any dev environments
18+
.venv

0 commit comments

Comments
 (0)