Excluded the build files and script from the package

This commit is contained in:
Colin Basnett
2023-08-04 17:03:40 -07:00
parent 24b7bff3d8
commit 9798415f75

View File

@@ -11,6 +11,8 @@ ignore_patterns = [
'*/venv/*',
'*/.gitignore',
'*/.gitattributes',
'*/build/*',
'*/build.py',
]