We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 793abf3 commit 08641fcCopy full SHA for 08641fc
.gitignore
@@ -1,14 +1,16 @@
1
################################################################################
2
-## Pact Python Specific
+## Project Specific
3
4
-src/pact/data
5
6
# Test outputs
7
examples/tests/pacts
8
9
# Version is determined from the VCS
10
src/pact/__version__.py
11
+# Wheels from CIBuildWheel
12
+wheelhouse/
13
+
14
15
## Standard Templates
16
0 commit comments