Skip to content

Commit 08641fc

Browse files
committed
chore: update gitignore
Signed-off-by: JP-Ellis <[email protected]>
1 parent 793abf3 commit 08641fc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
################################################################################
2-
## Pact Python Specific
2+
## Project Specific
33
################################################################################
4-
src/pact/data
54

65
# Test outputs
76
examples/tests/pacts
87

98
# Version is determined from the VCS
109
src/pact/__version__.py
1110

11+
# Wheels from CIBuildWheel
12+
wheelhouse/
13+
1214
################################################################################
1315
## Standard Templates
1416
################################################################################

0 commit comments

Comments
 (0)