fix builder for python and go

This commit is contained in:
Ruben Fiszel
2022-10-30 21:24:35 +01:00
parent 1714f33792
commit 07582bc748
3 changed files with 33 additions and 11 deletions
-1
View File
@@ -2,4 +2,3 @@ openapi-deref.yaml
dist/
__pycache__/
openapi.yaml
windmill-api/
+23
View File
@@ -0,0 +1,23 @@
__pycache__/
build/
dist/
*.egg-info/
.pytest_cache/
# pyenv
.python-version
# Environments
.env
.venv
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# JetBrains
.idea/
/coverage.xml
/.coverage