1
0
mirror of synced 2025-12-19 18:14:56 -05:00
Files
airbyte/docker-images/Dockerfile.python-connector.dockerignore

19 lines
305 B
Docker

# This file is auto-generated. Do not edit.
*
# Ignore everything not explicitly allowed below
build/
!build/distributions/*.tar
.venv/
secrets/
!setup.py
!pyproject.toml
!poetry.lock
!poetry.toml
!components.py
!requirements.txt
!README.md
!metadata.yaml
!build_customization.py
!source_*
!destination_*