Skip to content

add gitignores

add gitignores #2

Workflow file for this run

name: python
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: davidkhala/poetry-buildpack@main
with:
test-entry-point: pytest
tests: py/tests
working-directory: py